X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=e9b7f4cc65e7018d43d4a08ae7c2799739b32164;hb=ac9feee5631d3725a6d7b75b065c8be33a22d4b5;hp=032ea833de4328e0cc86b58f63f595a047c7813b;hpb=1143cb6efb150856b2c19b0674e172436959dde3;p=rocksndiamonds.git 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;