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:
toaster 2020-07-10 21:27:34 +01:00
parent 1956e9e670
commit 4c9cdcca0d
1 changed files with 1 additions and 2 deletions

View File

@ -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)