rnd-20040310-1-src
[rocksndiamonds.git] / src / files.c
index c5d8eb30691e232dcc0203f794525aead073b19f..154d228e6257993a10f00e67c448000976756128 100644 (file)
@@ -3174,7 +3174,9 @@ void LoadTapeFromFilename(char *filename)
   {
     tape.no_valid_file = TRUE;
 
+#if 0
     Error(ERR_WARN, "cannot read tape '%s' -- using empty tape", filename);
+#endif
 
     return;
   }