fixed game restart button when playing non-score tapes
authorHolger Schemel <info@artsoft.org>
Mon, 31 Mar 2025 19:00:31 +0000 (21:00 +0200)
committerHolger Schemel <info@artsoft.org>
Mon, 31 Mar 2025 19:00:31 +0000 (21:00 +0200)
src/tape.c

index 35140ad4639565682854b11d6b5ecd65d0666db1..c6978c1cc5b45559256edd4c501bf061741c664d 100644 (file)
@@ -1404,7 +1404,7 @@ static boolean checkRestartGame(char *message)
 
 void TapeRestartGame(void)
 {
-  if (score_info_tape_play)
+  if (tape.playing)
   {
     TapeStartGamePlaying();