projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6063f7a
)
rnd-20140331-2-src
author
Holger Schemel
<info@artsoft.org>
Mon, 31 Mar 2014 19:32:14 +0000
(21:32 +0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 09:01:26 +0000
(11:01 +0200)
src/conftime.h
patch
|
blob
|
history
src/game.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index 727e6a5421c5bbd8138e836d7cfce84c787e0e4e..eb9a7af8c5b5ac9e4b2cbf76c45b07e2ba1ae639 100644
(file)
--- 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 172b4073c3d2364e5a5aa5b5d9463fc5981a7e20..a5a9396c9d3a6180fa7715accbc002d759800c2b 100644
(file)
--- 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 */