From: Holger Schemel Date: Mon, 31 Mar 2025 19:00:31 +0000 (+0200) Subject: fixed game restart button when playing non-score tapes X-Git-Tag: 4.4.0.5~11 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=0b19f42f11d38729aebda58f3a6af333f0260216;p=rocksndiamonds.git fixed game restart button when playing non-score tapes --- diff --git a/src/tape.c b/src/tape.c index 35140ad4..c6978c1c 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1404,7 +1404,7 @@ static boolean checkRestartGame(char *message) void TapeRestartGame(void) { - if (score_info_tape_play) + if (tape.playing) { TapeStartGamePlaying();