From 35a55f8aa20694a478ab6e70057167014661469b Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 16 Nov 2003 22:39:06 +0100 Subject: [PATCH] rnd-20031116-3-src --- src/conftime.h | 2 +- src/game.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/conftime.h b/src/conftime.h index 1199c31b..b65f6583 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2003-11-16 19:11]" +#define COMPILE_DATE_STRING "[2003-11-16 22:37]" diff --git a/src/game.c b/src/game.c index 1ddc7937..e8709415 100644 --- a/src/game.c +++ b/src/game.c @@ -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); } -- 2.34.1