From ecba6429f85a26d8b7f350ae99bdb3dbef6d6f32 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 19 Apr 2003 12:27:35 +0200 Subject: [PATCH] rnd-20030419-2-src --- src/conftime.h | 2 +- src/game.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)) { -- 2.34.1