rnd-20140331-2-src
authorHolger Schemel <info@artsoft.org>
Mon, 31 Mar 2014 19:32:14 +0000 (21:32 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 09:01:26 +0000 (11:01 +0200)
src/conftime.h
src/game.c

index 727e6a5421c5bbd8138e836d7cfce84c787e0e4e..eb9a7af8c5b5ac9e4b2cbf76c45b07e2ba1ae639 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "2014-03-28 23:42"
+#define COMPILE_DATE_STRING "2014-03-31 21:28"
index 172b4073c3d2364e5a5aa5b5d9463fc5981a7e20..a5a9396c9d3a6180fa7715accbc002d759800c2b 100644 (file)
@@ -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 */