rnd-20051122-1-src
[rocksndiamonds.git] / src / tape.c
index acb05d86dfd15d2cd5e0e7841d059d8ef695a307..05c6f7c2d2c8640a4db2c62f74f52cdfa5ce3ad2 100644 (file)
@@ -1297,6 +1297,12 @@ void AutoPlayTape()
       continue;
     }
 
+#if 0
+    /* ACTIVATE THIS FOR LOADING/TESTING OF LEVELS ONLY */
+    printf("(only testing level)\n");
+    continue;
+#endif
+
     LoadSolutionTape(level_nr);
 #if 1
     if (tape.no_valid_file)
@@ -1339,6 +1345,7 @@ void AutoPlayTape()
        printf(" %03d", i);
   }
 
+#if 0
   if (num_tape_missing > 0)
   {
     printf(", NO TAPE:");
@@ -1346,6 +1353,7 @@ void AutoPlayTape()
       if (tape_missing[i])
        printf(" %03d", i);
   }
+#endif
 
   printf("\n");
   printf_line("=", 79);