mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +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
1956e9e670
commit
4c9cdcca0d
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…
Reference in a new issue