rnd-20031116-3-src
authorHolger Schemel <info@artsoft.org>
Sun, 16 Nov 2003 21:39:06 +0000 (22:39 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:44:36 +0000 (10:44 +0200)
src/conftime.h
src/game.c

index 1199c31b5990f982319261b95b4ae400cbc08e4e..b65f6583b6f2251b0f1cecb6eed74a3890b090c9 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "[2003-11-16 19:11]"
+#define COMPILE_DATE_STRING "[2003-11-16 22:37]"
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);
   }