rnd-20030428-1-src
[rocksndiamonds.git] / src / screens.c
index e99022d4f1707b34b9908fa3fef774933e566ca9..f10614fd52f8a92846216d1d80fd992dd9496af7 100644 (file)
@@ -2741,6 +2741,11 @@ void HandleGameActions()
   GameActions();
 
   BackToFront();
+
+#if 1
+  if (tape.auto_play && !tape.playing)
+    AutoPlayTape();    /* continue automatically playing next tape */
+#endif
 }
 
 /* ---------- new screen button stuff -------------------------------------- */