rnd-20050624-1-src
[rocksndiamonds.git] / src / tape.c
index acb05d86dfd15d2cd5e0e7841d059d8ef695a307..172af415b67bdf451da87957f3dd39926853aa0d 100644 (file)
@@ -1339,6 +1339,7 @@ void AutoPlayTape()
        printf(" %03d", i);
   }
 
+#if 0
   if (num_tape_missing > 0)
   {
     printf(", NO TAPE:");
@@ -1346,6 +1347,7 @@ void AutoPlayTape()
       if (tape_missing[i])
        printf(" %03d", i);
   }
+#endif
 
   printf("\n");
   printf_line("=", 79);