From: Holger Schemel Date: Sat, 19 Apr 2003 10:27:35 +0000 (+0200) Subject: rnd-20030419-2-src X-Git-Tag: 3.0.0^2~90 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=ecba6429f85a26d8b7f350ae99bdb3dbef6d6f32;p=rocksndiamonds.git rnd-20030419-2-src --- diff --git a/src/conftime.h b/src/conftime.h index 373f0948..8975fe6a 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2003-04-19 11:38]" +#define COMPILE_DATE_STRING "[2003-04-19 12:26]" diff --git a/src/game.c b/src/game.c index aad27578..0f4ce58e 100644 --- a/src/game.c +++ b/src/game.c @@ -1505,9 +1505,9 @@ void Explode(int ex, int ey, int phase, int mode) { int center_element = Feld[ex][ey]; - /* remove things displayed in background while burnig dynamite */ - if (!IS_INDESTRUCTIBLE(Back[x][y])) - Back[x][y] = 0; + /* remove things displayed in background while burning dynamite */ + if (!IS_INDESTRUCTIBLE(Back[ex][ey])) + Back[ex][ey] = 0; if (IS_MOVING(ex, ey) || IS_BLOCKED(ex, ey)) {