From: Holger Schemel Date: Fri, 3 Nov 2017 13:06:34 +0000 (+0100) Subject: fixed bug with drawing to default door 2 area while in editor X-Git-Tag: 4.1.0.0~73 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=2600d5817fa65a212ef097890560dd2550ba6c5f fixed bug with drawing to default door 2 area while in editor --- diff --git a/src/editor.c b/src/editor.c index 0c065762..fb40606a 100644 --- a/src/editor.c +++ b/src/editor.c @@ -8277,7 +8277,7 @@ void DrawLevelEd() InitZoomLevelSettings(-1); InitLevelSetInfo(); - OpenDoor(DOOR_OPEN_1 | DOOR_OPEN_2 | DOOR_NO_DELAY); + SetDoorState(DOOR_OPEN_1 | DOOR_OPEN_2); #if DEBUG CheckElementDescriptions();