mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-22 12:11:21 +00:00
- SW: Apply same fix to DoPlayerFly()
.
This commit is contained in:
parent
09304ef298
commit
7e1e447f98
1 changed files with 3 additions and 0 deletions
|
@ -3769,6 +3769,9 @@ void DoPlayerFly(PLAYER* pp)
|
|||
}
|
||||
|
||||
DoPlayerMove(pp);
|
||||
|
||||
// Adjust view height moving up and down sectors
|
||||
DoPlayerViewOffset(pp);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue