- SW: Apply same fix to DoPlayerFly().

This commit is contained in:
Mitchell Richters 2022-12-25 23:44:20 +11:00
parent 09304ef298
commit 7e1e447f98

View file

@ -3769,6 +3769,9 @@ void DoPlayerFly(PLAYER* pp)
}
DoPlayerMove(pp);
// Adjust view height moving up and down sectors
DoPlayerViewOffset(pp);
}