added support for playing local score tape from score info page
[rocksndiamonds.git] / src / tape.c
index 032ea833de4328e0cc86b58f63f595a047c7813b..e9b7f4cc65e7018d43d4a08ae7c2799739b32164 100644 (file)
@@ -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;