projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74643e7
)
added message request if local score tape not found
author
Holger Schemel
<info@artsoft.org>
Sat, 16 Apr 2022 23:10:01 +0000
(
01:10
+0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 16 Apr 2022 23:10:01 +0000
(
01:10
+0200)
src/tape.c
patch
|
blob
|
history
diff --git
a/src/tape.c
b/src/tape.c
index e9b7f4cc65e7018d43d4a08ae7c2799739b32164..5033507342b4f8029d893737555ce8ccf5972cab 100644
(file)
--- a/
src/tape.c
+++ b/
src/tape.c
@@
-1406,7
+1406,13
@@
boolean PlayScoreTape(int entry_nr)
boolean download_tape = (!fileExists(tape_filename));
if (download_tape && entry->id == -1)
+ {
+ FadeSkipNextFadeIn();
+
+ Request("Cannot find score tape!", REQ_CONFIRM);
+
return FALSE;
+ }
server_scores.tape_downloaded = FALSE;