projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ccdb19
)
fixed game restart button when playing non-score tapes
author
Holger Schemel
<info@artsoft.org>
Mon, 31 Mar 2025 19:00:31 +0000
(21:00 +0200)
committer
Holger Schemel
<info@artsoft.org>
Mon, 31 Mar 2025 19:00:31 +0000
(21:00 +0200)
src/tape.c
patch
|
blob
|
history
diff --git
a/src/tape.c
b/src/tape.c
index 35140ad4639565682854b11d6b5ecd65d0666db1..c6978c1cc5b45559256edd4c501bf061741c664d 100644
(file)
--- 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();