rnd-20051122-1-src
[rocksndiamonds.git] / src / tape.c
index 172af415b67bdf451da87957f3dd39926853aa0d..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)