From: Holger Schemel Date: Mon, 31 Mar 2014 19:32:14 +0000 (+0200) Subject: rnd-20140331-2-src X-Git-Tag: 4.0.0.0-rc1~370 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=d0ed7ea44ffbe401039e3a8b9f9785304ab0a1cf;hp=6063f7a73c4a863309a8b6a18bbbda122617162b rnd-20140331-2-src --- 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 */