projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92989af
)
rnd-20031116-3-src
author
Holger Schemel
<info@artsoft.org>
Sun, 16 Nov 2003 21:39:06 +0000
(22:39 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:44:36 +0000
(10:44 +0200)
src/conftime.h
patch
|
blob
|
history
src/game.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index 1199c31b5990f982319261b95b4ae400cbc08e4e..b65f6583b6f2251b0f1cecb6eed74a3890b090c9 100644
(file)
--- 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 1ddc793700ca7baa57e99ad01ce242fa9fc44420..e870941590c4041bfc946e5f5d5566c85e2ac2bf 100644
(file)
--- 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);
}