Fixed prediction not calling virtual Tick function

This commit is contained in:
Boondorl 2024-04-28 18:30:19 -04:00 committed by Ricardo Luís Vaz Silva
parent 4625d4ac34
commit 929febdfb1

View file

@ -1512,8 +1512,8 @@ void P_PredictPlayer (player_t *player)
player->cmd = localcmds[i % LOCALCMDTICS];
player->mo->ClearInterpolation();
player->mo->ClearFOVInterpolation();
P_PlayerThink (player);
player->mo->Tick ();
P_PlayerThink(player);
player->mo->CallTick();
}
if (rubberband)