From d0ed7ea44ffbe401039e3a8b9f9785304ab0a1cf Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Mon, 31 Mar 2014 21:32:14 +0200 Subject: [PATCH] rnd-20140331-2-src --- src/conftime.h | 2 +- src/game.c | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/conftime.h b/src/conftime.h index 727e6a54..eb9a7af8 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "2014-03-28 23:42" +#define COMPILE_DATE_STRING "2014-03-31 21:28" diff --git a/src/game.c b/src/game.c index 172b4073..a5a9396c 100644 --- a/src/game.c +++ b/src/game.c @@ -3533,6 +3533,10 @@ void InitGame() #endif int i, j, x, y; +#if 1 + game_status = GAME_MODE_PLAYING; +#endif + #if 1 StopAnimation(); @@ -3561,7 +3565,14 @@ void InitGame() #endif +#if 0 + printf("::: FADING OUT: DONE\n"); + Delay(1000); +#endif + +#if 0 game_status = GAME_MODE_PLAYING; +#endif #if 1 /* needed if different viewport properties defined for playing */ -- 2.34.1