projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2350a72
)
removed shortly visible video display when starting game from level editor
author
Holger Schemel
<info@artsoft.org>
Sat, 10 Mar 2018 20:49:40 +0000
(21:49 +0100)
committer
Holger Schemel
<info@artsoft.org>
Fri, 23 Mar 2018 22:21:18 +0000
(23:21 +0100)
src/game.c
patch
|
blob
|
history
diff --git
a/src/game.c
b/src/game.c
index 407184b59db9d4621e472c4abaa60dca1adb5631..6e64d55c532278896e9ada1b2a4b39c4765a30bc 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-3313,10
+3313,10
@@
void InitGame()
ClearField();
- OpenDoor(GetDoorState() | DOOR_NO_DELAY | DOOR_FORCE_REDRAW);
-
DrawCompleteVideoDisplay();
+ OpenDoor(GetDoorState() | DOOR_NO_DELAY | DOOR_FORCE_REDRAW);
+
InitGameEngine();
InitGameControlValues();