rnd-20060816-1-src
[rocksndiamonds.git] / src / init.c
index c8c288a12e51651c1baaf6494abb28a35de5fd97..1e281a0f30e82779db995da95d86c2e39f4415aa 100644 (file)
@@ -4892,7 +4892,11 @@ void OpenAll()
   em_open_all();
 #endif
 
+#if 0
+  DrawMainMenuExt(TITLE_SCREEN_FADE_DELAY, REDRAW_ALL);
+#else
   DrawMainMenu();
+#endif
 
   InitNetworkServer();
 }