Added interpolation to view position
This commit is contained in:
parent
e8d8dde283
commit
6b7065899d
4 changed files with 26 additions and 9 deletions
|
|
@ -1278,6 +1278,7 @@ void P_PlayerThink (player_t *player)
|
|||
player->cheats &= ~CF_INTERPVIEWANGLES;
|
||||
player->cheats &= ~CF_SCALEDNOLERP;
|
||||
player->cheats &= ~CF_NOFOVINTERP;
|
||||
player->cheats &= ~CF_NOVIEWPOSINTERP;
|
||||
player->mo->FloatVar("prevBob") = player->bob;
|
||||
|
||||
IFVIRTUALPTRNAME(player->mo, NAME_PlayerPawn, PlayerThink)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue