mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Hopefully fix the issue, which I can't recreate, of live event backups being created even if they shouldn't.
This commit is contained in:
parent
3c3143effa
commit
517b243cb7
1 changed files with 1 additions and 2 deletions
|
|
@ -10563,8 +10563,7 @@ static void M_StartMarathon(INT32 choice)
|
|||
(void)choice;
|
||||
marathontime = 0;
|
||||
marathonmode = MA_RUNNING|MA_INIT;
|
||||
if (cv_dummymarathon.value == 1)
|
||||
cursaveslot = MARATHONSLOT;
|
||||
cursaveslot = (cv_dummymarathon.value == 1) ? MARATHONSLOT : 0;
|
||||
if (!cv_dummycutscenes.value)
|
||||
marathonmode |= MA_NOCUTSCENES;
|
||||
if (cv_dummyloadless.value)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue