- Exhumed: Ensure playsim runs with PlayClock at 0 for first tic.

This commit is contained in:
Mitchell Richters 2023-03-23 12:06:48 +11:00
parent eed1d14b9d
commit c486940b2c

View file

@ -489,9 +489,10 @@ void GameInterface::Ticker()
pPlayer->pTarget = Ra[nLocalPlayer].pTarget = bestTarget;
GameMove();
PlayClock += 4;
if (PlayClock == 8) gameaction = ga_autosave; // let the game run for 1 frame before saving.
GameMove();
r_NoInterpolate = false;
}
else