- SW: Clear FinishTimer when starting a new level.

This commit is contained in:
Christoph Oelckers 2023-08-03 17:52:54 +02:00
parent 02987b1a91
commit bd078cc3e6

View file

@ -336,6 +336,7 @@ void InitLevelGlobals(void)
AnimCnt = 0;
left_foot = false;
screenpeek = myconnectindex;
FinishTimer = 0;
ClearInterpolations();
gNet.TimeLimitClock = gNet.TimeLimit;