projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b876f41
)
rnd-20040225-1-src
author
Holger Schemel
<info@artsoft.org>
Wed, 25 Feb 2004 09:09:44 +0000
(10:09 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:46:00 +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 6376c9eecbea05c43ec910b60b4626269db3d8cf..c9837ac13bc5906e94e7ceb54aeeffbdec3f359a 100644
(file)
--- a/
src/conftime.h
+++ b/
src/conftime.h
@@
-1
+1
@@
-#define COMPILE_DATE_STRING "[2004-02-2
3 10:30
]"
+#define COMPILE_DATE_STRING "[2004-02-2
5 03:06
]"
diff --git
a/src/game.c
b/src/game.c
index 9a836f9f68a34a3e3e604bbe7eb4aa3efd4cebf7..02eb0df91c098eb6a837efd7f5bfa705e42b012e 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-3164,6
+3164,11
@@
void Bang(int x, int y)
case EL_PENGUIN:
case EL_LAMP:
case EL_LAMP_ACTIVE:
+
+#if 1
+ case EL_AMOEBA_TO_DIAMOND:
+#endif
+
if (IS_PLAYER(x, y))
Explode(x, y, EX_PHASE_START, EX_NORMAL);
else