mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 16:02:48 +00:00
P_Ticker: Adjust bracketing of Gamedata save conditional to handle deferred saves even during intro turnaround
This commit is contained in:
parent
60968b2f08
commit
1e67f75f14
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ void P_Ticker(boolean run)
|
||||||
ps_playerthink_time = I_GetPreciseTime() - ps_playerthink_time;
|
ps_playerthink_time = I_GetPreciseTime() - ps_playerthink_time;
|
||||||
|
|
||||||
// TODO would this be laggy with more conditions in play...
|
// TODO would this be laggy with more conditions in play...
|
||||||
if ((leveltime > introtime) && ((!demo.playback && M_UpdateUnlockablesAndExtraEmblems(true))
|
if (((!demo.playback && leveltime > introtime && M_UpdateUnlockablesAndExtraEmblems(true))
|
||||||
|| (gamedata && gamedata->deferredsave)))
|
|| (gamedata && gamedata->deferredsave)))
|
||||||
G_SaveGameData(true);
|
G_SaveGameData(true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue