X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;fp=src%2Ftape.c;h=5033507342b4f8029d893737555ce8ccf5972cab;hp=e9b7f4cc65e7018d43d4a08ae7c2799739b32164;hb=f3d82fe46ab00cacbe18b74d51fcbbfc8fa489dd;hpb=74643e77dcbfe642258dffe01d26687a4abe6bbb 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;