mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-16 17:01:39 +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);
|
DoPlayerMove(pp);
|
||||||
|
|
||||||
|
// Adjust view height moving up and down sectors
|
||||||
|
DoPlayerViewOffset(pp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue