Do not set hu_stopped on interpolated frame

This commit is contained in:
James R 2021-11-29 14:40:30 -08:00
parent 5fea80c61b
commit aaeaef5223

View file

@ -5264,11 +5264,13 @@ void TryRunTics(tic_t realtics)
if (neededtic > gametic)
{
if (realtics)
hu_stopped = false;
}
if (player_joining)
{
if (realtics)
hu_stopped = true;
return;
}
@ -5307,6 +5309,7 @@ void TryRunTics(tic_t realtics)
}
else
{
if (realtics)
hu_stopped = true;
}
}