added message request if local score tape not found
authorHolger Schemel <info@artsoft.org>
Sat, 16 Apr 2022 23:10:01 +0000 (01:10 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 16 Apr 2022 23:10:01 +0000 (01:10 +0200)
src/tape.c

index e9b7f4cc65e7018d43d4a08ae7c2799739b32164..5033507342b4f8029d893737555ce8ccf5972cab 100644 (file)
@@ -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;