From 63f0577cdbd5793fd332faa2347405c7a52827e8 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Wed, 25 Feb 2004 10:09:44 +0100 Subject: [PATCH] rnd-20040225-1-src --- src/conftime.h | 2 +- src/game.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/conftime.h b/src/conftime.h index 6376c9ee..c9837ac1 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2004-02-23 10:30]" +#define COMPILE_DATE_STRING "[2004-02-25 03:06]" diff --git a/src/game.c b/src/game.c index 9a836f9f..02eb0df9 100644 --- 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 -- 2.34.1