mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
SW: Interpolate the player's bob_z, based on suggestion by Striker.
Using pp instead of ppp seems to work better with prediction.
This commit is contained in:
parent
10e4c3e121
commit
d467ce3eb8
3 changed files with 4 additions and 2 deletions
|
@ -7558,6 +7558,7 @@ MoveSkipSavePos(void)
|
|||
pp->oposz = pp->posz;
|
||||
pp->oq16ang = pp->q16ang;
|
||||
pp->oq16horiz = pp->q16horiz;
|
||||
pp->obob_z = pp->bob_z;
|
||||
}
|
||||
|
||||
// save off stats for skip4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue