mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-24 23:46:16 +00:00
Replays: do not save file at intermission start
- Postpone saving until intermission ends
This commit is contained in:
parent
e05daf0f11
commit
153ffa4717
1 changed files with 0 additions and 3 deletions
|
|
@ -1756,9 +1756,6 @@ void Y_Ticker(void)
|
|||
replayprompttic++;
|
||||
G_CheckDemoTitleEntry();
|
||||
}
|
||||
|
||||
if (demo.savemode == demovars_s::DSM_WILLSAVE || demo.savemode == demovars_s::DSM_WILLAUTOSAVE)
|
||||
G_SaveDemo();
|
||||
}
|
||||
|
||||
// Check for pause or menu up in single player
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue