Use old behavior when dipping below 35 with interp

This commit is contained in:
Sally Coolatta 2022-05-30 18:22:46 -04:00 committed by Eidolon
parent 1ef40c9037
commit 8b175398f8

View file

@ -853,7 +853,7 @@ void D_SRB2Loop(void)
renderdeltatics = FLOAT_TO_FIXED(deltatics);
if (!(paused || P_AutoPause()) && !hu_stopped)
if (!(paused || P_AutoPause()) && deltatics < 1.0 && !hu_stopped)
{
rendertimefrac = g_time.timefrac;
}