rnd-20070425-1-src
[rocksndiamonds.git] / src / screens.c
index 4784307b3fcf6c52471b696b4d689a282eeb2c6e..527fbd055ac26f701447e875973bb3fc041bd239 100644 (file)
@@ -1316,7 +1316,8 @@ void DrawMainMenuExt(int redraw_mask, boolean do_fading)
 
   FadeSetLeaveScreen();
 
-#if 1
+  /* (does not work well when changing to editor, which fades out itself) */
+#if 0
   FadeOut(redraw_mask);
 #endif
 
@@ -1342,6 +1343,10 @@ void DrawMainMenuExt(int redraw_mask, boolean do_fading)
     return;
   }
 
+#if 1
+  FadeOut(redraw_mask);
+#endif
+
   /* needed if last screen was the editor screen */
   UndrawSpecialEditorDoor();