From c486940b2c34f7776bc15552d1ac9b5c1ac4dd9d Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Thu, 23 Mar 2023 12:06:48 +1100 Subject: [PATCH] - Exhumed: Ensure playsim runs with PlayClock at 0 for first tic. --- source/games/exhumed/src/exhumed.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/games/exhumed/src/exhumed.cpp b/source/games/exhumed/src/exhumed.cpp index 255f28963..721fae6b2 100644 --- a/source/games/exhumed/src/exhumed.cpp +++ b/source/games/exhumed/src/exhumed.cpp @@ -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