Skip to content

Commit

Permalink
don't make a savegame when starting a Timed Battle
Browse files Browse the repository at this point in the history
  • Loading branch information
KScl committed Jul 14, 2020
1 parent 3e395df commit c954184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tyrian2.c
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ void JE_main( void )
/* JE_setVol(tyrMusicVolume, fxPlayVol >> 2); NOTE: MXD killed this because it was broken */

/*Save backup game*/
if (!play_demo && !doNotSaveBackup)
if (!play_demo && !doNotSaveBackup && !timedBattleMode)
{
temp = twoPlayerMode ? 22 : 11;
JE_saveGame(temp, "LAST LEVEL ");
Expand Down

0 comments on commit c954184

Please sign in to comment.