rnd-20030419-2-src
authorHolger Schemel <info@artsoft.org>
Sat, 19 Apr 2003 10:27:35 +0000 (12:27 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:41:21 +0000 (10:41 +0200)
src/conftime.h
src/game.c

index 373f09480332dd25df61310f3a94cf95fb014892..8975fe6a48c91228010f1f2f677ec8ec1d7a3dbe 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "[2003-04-19 11:38]"
+#define COMPILE_DATE_STRING "[2003-04-19 12:26]"
index aad2757881fabbc437990a08c68ab047d40e9bcb..0f4ce58eb9455bbb3bcd9d0231a783da8a3ad5dd 100644 (file)
@@ -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))
     {