projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd96106
)
rnd-20030619-2-src
author
Holger Schemel
<info@artsoft.org>
Thu, 19 Jun 2003 01:26:48 +0000
(
03:26
+0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:42:16 +0000
(10:42 +0200)
src/conftime.h
patch
|
blob
|
history
src/game.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index f6555521b4a7c8d950fb4fa69e9818d01422043c..3a1d5c842d080e4f95b25110dc8aad6bc0e23447 100644
(file)
--- a/
src/conftime.h
+++ b/
src/conftime.h
@@
-1
+1
@@
-#define COMPILE_DATE_STRING "[2003-06-19 0
2:53
]"
+#define COMPILE_DATE_STRING "[2003-06-19 0
3:25
]"
diff --git
a/src/game.c
b/src/game.c
index 4318a1aea73572056c8dee289725c6879ddad6d7..2069cb1d35397dedc14306ddfea9fe845a658514 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-135,7
+135,7
@@
#define PENGUIN_CAN_ENTER_FIELD(x, y) \
(IN_LEV_FIELD(x, y) && (IS_FREE(x, y) || \
- IS_FOOD_P
IG(Feld[x][y]) ||
\
+ IS_FOOD_P
ENGUIN(Feld[x][y]) ||
\
Feld[x][y] == EL_EXIT_OPEN || \
Feld[x][y] == EL_ACID))