- run screen jobs with uncapped frame rate.

Fixes #325
This commit is contained in:
Christoph Oelckers 2020-09-03 18:36:37 +02:00
parent 8f0a885f63
commit b253ae123f

View file

@ -332,7 +332,7 @@ void TryRunTics (void)
bool doWait = cl_capfps || pauseext || (r_NoInterpolate && !M_IsAnimated());
// get real tics
if (doWait)
if (doWait && gamestate != GS_INTERMISSION) // GS_INTERMISSION needs uncapped frame rate.
{
entertic = I_WaitForTic (oldentertics);
}