rnd-20140514-1-src
[rocksndiamonds.git] / src / tape.c
index 9a5aaa9191c08b4211b3bc147c766d4102368864..86a8b2154acf9a1897b82605962c24cadcdc8c71 100644 (file)
@@ -1179,6 +1179,10 @@ void TapeQuickLoad()
 
   if (CheckEngineSnapshot())
   {
+#if 0
+    printf("::: MARK 1\n");
+#endif
+
     TapeStartGamePlaying();
 
     LoadEngineSnapshot();
@@ -1195,6 +1199,10 @@ void TapeQuickLoad()
       return;
   }
 
+#if 0
+  printf("::: MARK 2\n");
+#endif
+
   TapeStop();
   TapeErase();