projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3065c
)
rnd-20030419-2-src
author
Holger Schemel
<info@artsoft.org>
Sat, 19 Apr 2003 10:27:35 +0000
(12:27 +0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:41:21 +0000
(10:41 +0200)
src/conftime.h
patch
|
blob
|
history
src/game.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index 373f09480332dd25df61310f3a94cf95fb014892..8975fe6a48c91228010f1f2f677ec8ec1d7a3dbe 100644
(file)
--- a/
src/conftime.h
+++ b/
src/conftime.h
@@
-1
+1
@@
-#define COMPILE_DATE_STRING "[2003-04-19 1
1:38
]"
+#define COMPILE_DATE_STRING "[2003-04-19 1
2:26
]"
diff --git
a/src/game.c
b/src/game.c
index aad2757881fabbc437990a08c68ab047d40e9bcb..0f4ce58eb9455bbb3bcd9d0231a783da8a3ad5dd 100644
(file)
--- 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 burni
n
g dynamite */
+ if (!IS_INDESTRUCTIBLE(Back[
ex][e
y]))
+ Back[
ex][e
y] = 0;
if (IS_MOVING(ex, ey) || IS_BLOCKED(ex, ey))
{