Added FOV Interpolation

This commit is contained in:
Boondorl 2022-12-18 01:04:25 -05:00 committed by Christoph Oelckers
commit 0d4d5587b5
13 changed files with 54 additions and 5 deletions

View file

@ -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)