From ab15698ba2ad29ab6c0af5f022fb2bffc57e382f Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 25 Jan 2004 03:17:40 +0100 Subject: [PATCH] rnd-20040125-3-src --- src/conftime.h | 2 +- src/init.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/conftime.h b/src/conftime.h index 3b82eb48..39be8fc7 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2004-01-25 01:37]" +#define COMPILE_DATE_STRING "[2004-01-25 02:38]" diff --git a/src/init.c b/src/init.c index 7e4cdbc1..ecbe8b61 100644 --- 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() -- 2.34.1