X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=6e64d55c532278896e9ada1b2a4b39c4765a30bc;hp=407184b59db9d4621e472c4abaa60dca1adb5631;hb=a2fe511829e5fdf944a59cebe635154b0cbcc1d6;hpb=2350a7216e419349f4b01a57cf3f1e6b959e2f34 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();