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