From: Holger Schemel Date: Sat, 16 Apr 2022 23:10:01 +0000 (+0200) Subject: added message request if local score tape not found X-Git-Tag: 4.3.2.0~1 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=f3d82fe46ab00cacbe18b74d51fcbbfc8fa489dd added message request if local score tape not found --- diff --git a/src/tape.c b/src/tape.c index e9b7f4cc..50335073 100644 --- 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;