X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=e9b7f4cc65e7018d43d4a08ae7c2799739b32164;hp=032ea833de4328e0cc86b58f63f595a047c7813b;hb=13cd07af3c2a9378b6a89506ba869502a871877d;hpb=affaf3f773dd4cbd843bc38e3798930427c27d9d diff --git a/src/tape.c b/src/tape.c index 032ea833..e9b7f4cc 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1405,7 +1405,7 @@ boolean PlayScoreTape(int entry_nr) char *tape_filename = getScoreTapeFilename(entry->tape_basename, level_nr); boolean download_tape = (!fileExists(tape_filename)); - if (entry->id == -1) + if (download_tape && entry->id == -1) return FALSE; server_scores.tape_downloaded = FALSE;