From 2600d5817fa65a212ef097890560dd2550ba6c5f Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 3 Nov 2017 14:06:34 +0100 Subject: [PATCH] fixed bug with drawing to default door 2 area while in editor --- src/editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.34.1