mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-28 04:00:41 +00:00
Use old behavior when dipping below 35 with interp
This commit is contained in:
parent
7bf672a399
commit
2861e7688a
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()) && !hu_stopped)
|
if (!(paused || P_AutoPause()) && deltatics < 1.0 && !hu_stopped)
|
||||||
{
|
{
|
||||||
rendertimefrac = g_time.timefrac;
|
rendertimefrac = g_time.timefrac;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue