mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-26 11:10:55 +00:00
Don't interpolate during net lag
This commit is contained in:
parent
6fbd38edf9
commit
dc0d5398fb
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ void D_SRB2Loop(void)
|
|||
{
|
||||
renderdeltatics = FLOAT_TO_FIXED(deltatics);
|
||||
|
||||
if (!(paused || P_AutoPause()))
|
||||
if (!(paused || P_AutoPause()) && !hu_stopped)
|
||||
{
|
||||
rendertimefrac = g_time.timefrac;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue