Added FOV Interpolation
This commit is contained in:
parent
a0cd1ba04a
commit
0d4d5587b5
13 changed files with 54 additions and 5 deletions
|
|
@ -1266,6 +1266,7 @@ void P_PlayerThink (player_t *player)
|
|||
player->cheats &= ~CF_INTERPVIEW;
|
||||
player->cheats &= ~CF_INTERPVIEWANGLES;
|
||||
player->cheats &= ~CF_SCALEDNOLERP;
|
||||
player->cheats &= ~CF_NOFOVINTERP;
|
||||
player->mo->FloatVar("prevBob") = player->bob;
|
||||
|
||||
IFVIRTUALPTRNAME(player->mo, NAME_PlayerPawn, PlayerThink)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue