rnd-20140308-1-src
[rocksndiamonds.git] / src / editor.c
index 7c513965ffb6b2ca7d3989d544488b8680a81fca..1fe6e544b86c631277e8a35ac611a8225c28177a 100644 (file)
@@ -7751,6 +7751,7 @@ void DrawLevelEd()
 
 #if 1
   FadeOut(REDRAW_FIELD);
+  // FadeOut(REDRAW_ALL);
 #endif
 
 #if 1
@@ -7758,7 +7759,11 @@ void DrawLevelEd()
   ChangeViewportPropertiesIfNeeded();
 #endif
 
+#if 1
+  OpenDoor(DOOR_OPEN_1 | DOOR_OPEN_2 | DOOR_NO_DELAY);
+#else
   OpenDoor(DOOR_OPEN_2 | DOOR_NO_DELAY);
+#endif
 
 #if DEBUG
   CheckElementDescriptions();
@@ -7832,6 +7837,7 @@ void DrawLevelEd()
 
 #if 1
   FadeIn(REDRAW_FIELD);
+  // FadeIn(REDRAW_ALL);
 #endif
 
   /* copy actual editor door content to door double buffer for OpenDoor() */
@@ -7848,7 +7854,9 @@ void DrawLevelEd()
   BackToFront();
 #endif
 
+#if 0
   OpenDoor(DOOR_OPEN_1);
+#endif
 }
 
 static void AdjustDrawingAreaGadgets()