From: Holger Schemel Date: Wed, 25 Feb 2004 09:09:44 +0000 (+0100) Subject: rnd-20040225-1-src X-Git-Tag: 3.1.0^2~65 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=63f0577cdbd5793fd332faa2347405c7a52827e8;p=rocksndiamonds.git rnd-20040225-1-src --- 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