mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- reset RF_NOINTERPOLATEVIEW when unpredicting a player.
This commit is contained in:
parent
c45c7cdb4b
commit
dd61222c6a
1 changed files with 1 additions and 0 deletions
|
@ -1380,6 +1380,7 @@ void P_PredictPlayer (player_t *player)
|
|||
|
||||
act->flags &= ~MF_PICKUP;
|
||||
act->flags2 &= ~MF2_PUSHWALL;
|
||||
act->renderflags &= ~RF_NOINTERPOLATEVIEW;
|
||||
player->cheats |= CF_PREDICTING;
|
||||
|
||||
BackupNodeList(act, act->touching_sectorlist, §or_t::touching_thinglist, PredictionTouchingSectors_sprev_Backup, PredictionTouchingSectorsBackup);
|
||||
|
|
Loading…
Reference in a new issue