rnd-20031116-3-src
[rocksndiamonds.git] / src / game.c
index 1ddc793700ca7baa57e99ad01ce242fa9fc44420..e870941590c4041bfc946e5f5d5566c85e2ac2bf 100644 (file)
@@ -6201,6 +6201,9 @@ void GameActions()
 
     tape_action[i] = PlayerActions(&stored_player[i], actual_player_action);
 
+    if (tape.recording && tape_action[i] && !tape.player_participates[i])
+      tape.player_participates[i] = TRUE;    /* player just appeared from CE */
+
     ScrollPlayer(&stored_player[i], SCROLL_GO_ON);
   }