rnd-20050122-1-src
[rocksndiamonds.git] / src / screens.c
index 268cd9c83a1897fd45cd96c1272b3303c30965f3..d6c84d81a4495eb03e19eedd99ae849bfc2c4cf2 100644 (file)
@@ -2985,6 +2985,12 @@ void HandleGameActions()
 
     recorded_player_action = (tape.playing ? TapePlayAction() : NULL);
 
+#if 1
+    /* !!! CHECK THIS (tape.pausing is always FALSE here!) !!! */
+    if (recorded_player_action == NULL && tape.pausing)
+      return;
+#endif
+
     for (i = 0; i < MAX_PLAYERS; i++)
     {
       summarized_player_action |= stored_player[i].action;