projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39a9311
)
rnd-20060115-1-src
author
Holger Schemel
<info@artsoft.org>
Sun, 15 Jan 2006 16:52:54 +0000
(17:52 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:50:28 +0000
(10:50 +0200)
src/conftime.h
patch
|
blob
|
history
src/game.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index 8077f4426e15e789339d9af10316392f8f31cecb..7b60babc9b896de9de2318d36a0ae2edb54245bd 100644
(file)
--- a/
src/conftime.h
+++ b/
src/conftime.h
@@
-1
+1
@@
-#define COMPILE_DATE_STRING "[2006-01-14 15:
30
]"
+#define COMPILE_DATE_STRING "[2006-01-14 15:
46
]"
diff --git
a/src/game.c
b/src/game.c
index 6b20f4db510291dc7cffc7e8a32695b0e7c5a5c3..1d830197a65aaa7a5d7dcf39b08b16d62ebc945d 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-10378,7
+10378,7
@@
int DigField(struct PlayerInfo *player,
#if 1
#if USE_FIXED_DONT_RUN_INTO
- if (player_can_move && element == EL_ACID &&
dx == 0 && dy == 1
)
+ if (player_can_move && element == EL_ACID &&
move_direction == MV_DOWN
)
{
SplashAcid(x, y);
Feld[jx][jy] = EL_PLAYER_1;