projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80e8f6
)
fixed bug with drawing to default door 2 area while in editor
author
Holger Schemel
<info@artsoft.org>
Fri, 3 Nov 2017 13:06:34 +0000
(14:06 +0100)
committer
Holger Schemel
<info@artsoft.org>
Fri, 23 Mar 2018 22:21:15 +0000
(23:21 +0100)
src/editor.c
patch
|
blob
|
history
diff --git
a/src/editor.c
b/src/editor.c
index 0c065762676cf00ea4414de701941997cda8b449..fb40606a0239b4ffb4973c3956a9fc7fe594d80a 100644
(file)
--- 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();