From: Holger Schemel Date: Sat, 10 Mar 2018 20:49:40 +0000 (+0100) Subject: removed shortly visible video display when starting game from level editor X-Git-Tag: 4.1.0.0~17 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=a2fe511829e5fdf944a59cebe635154b0cbcc1d6 removed shortly visible video display when starting game from level editor --- diff --git a/src/game.c b/src/game.c index 407184b5..6e64d55c 100644 --- 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();