projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7342ee
)
rnd-20040403-1-src
author
Holger Schemel
<info@artsoft.org>
Sat, 3 Apr 2004 11:33:10 +0000
(13:33 +0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:46:47 +0000
(10:46 +0200)
src/conftime.h
patch
|
blob
|
history
src/game.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index bbe1253ad7af9d3364ec1ee3810e81216c907772..b376951c8856071807f1ddc079f88d6aae807fc0 100644
(file)
--- a/
src/conftime.h
+++ b/
src/conftime.h
@@
-1
+1
@@
-#define COMPILE_DATE_STRING "[2004-04-02
08:58
]"
+#define COMPILE_DATE_STRING "[2004-04-02
22:19
]"
diff --git
a/src/game.c
b/src/game.c
index a19a1a86ca48b6b20856ea284592fd3b73361fcc..55647aad291f0e5e8116e420eb5e49aa0cf45ed6 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-10934,6
+10934,9
@@
int DigField(struct PlayerInfo *player,
}
else if (IS_SWITCHABLE(element))
{
+
+ printf("::: SWITCH!\n");
+
if (PLAYER_SWITCHING(player, x, y))
return MF_ACTION;