- Oops, last commit had its check inverted

This commit is contained in:
Magnus Norddahl 2018-03-20 01:29:43 +01:00
parent 5f4e4d859e
commit 09c0bed74f

View file

@ -1915,7 +1915,7 @@ void TryRunTics (void)
Net_CheckLastReceived (counts);
// Update time returned by I_GetTime, but only if we are stuck in this loop
if (lowtic >= gametic + counts)
if (lowtic < gametic + counts)
I_SetFrameTime();
// don't stay in here forever -- give the menu a chance to work