Don't interpolate during net lag

This commit is contained in:
Eidolon 2022-05-17 19:57:31 -05:00
parent bf3748110c
commit de0d5d09e0

View file

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