projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a0eb2
)
rnd-20040125-3-src
author
Holger Schemel
<info@artsoft.org>
Sun, 25 Jan 2004 02:17:40 +0000
(
03:17
+0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:45:36 +0000
(10:45 +0200)
src/conftime.h
patch
|
blob
|
history
src/init.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index 3b82eb48886df7f8a7a6afcfd3b2d1caa8c8be92..39be8fc7865c7eb037c43fd379c290f8a86722ab 100644
(file)
--- a/
src/conftime.h
+++ b/
src/conftime.h
@@
-1
+1
@@
-#define COMPILE_DATE_STRING "[2004-01-25 0
1:37
]"
+#define COMPILE_DATE_STRING "[2004-01-25 0
2:38
]"
diff --git
a/src/init.c
b/src/init.c
index 7e4cdbc14775c133809dba4352dd9c1befff9733..ecbe8b61bf05d74a262b556fa60d93579b16b04b 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-3208,7
+3208,8
@@
void InitElementPropertiesEngine(int engine_version)
#endif
/* this is needed because some graphics depend on element properties */
- InitElementGraphicInfo();
+ if (game_status == GAME_MODE_PLAYING)
+ InitElementGraphicInfo();
}
static void InitGlobal()