- fix interpolation stutters when opening console for SW.

This commit is contained in:
Mitchell Richters 2020-05-07 03:36:39 +10:00 committed by Christoph Oelckers
parent d99c907acb
commit 99fdbfb6cb

View file

@ -2526,9 +2526,9 @@ void RunLevel(void)
return; // Stop the game loop if a savegame was loaded from the menu.
}
if (M_Active())
if (M_Active() || GUICapture || GamePaused)
{
ototalclock = (int)totalclock;
totalclock = ototalclock + (120 / synctics);
}
else
{