projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea925ed
)
small fix of variable initialization on program startup
author
Holger Schemel
<info@artsoft.org>
Tue, 8 Mar 2016 11:54:05 +0000
(12:54 +0100)
committer
Holger Schemel
<info@artsoft.org>
Tue, 8 Mar 2016 11:54:17 +0000
(12:54 +0100)
src/init.c
patch
|
blob
|
history
diff --git
a/src/init.c
b/src/init.c
index 30ff6b9b31f8975c781a3a30b5654eb91f5e5b79..54bdb1e6b381d085818c513f01f39326270b0330 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-4666,7
+4666,7
@@
static void InitGlobal()
global.frames_per_second = 0;
- global.border_status = GAME_MODE_
MAIN
;
+ global.border_status = GAME_MODE_
LOADING
;
global.anim_status = global.anim_status_next = GAME_MODE_LOADING;
global.use_envelope_request = FALSE;