rnd-20070916-1-src
[rocksndiamonds.git] / src / screens.c
index 13a094e4382515427a99860c28d2e02fa962466e..7ec7fac55947037fcbafe46592a9b580848a2bfe 100644 (file)
@@ -756,7 +756,7 @@ static void InitializeTitleControls(boolean show_title_initial)
 {
   num_title_screens = 0;
 
-#if 0
+#if 1
   if (show_title_initial)
     InitializeTitleControls_CheckTitleInfo(TRUE);
 #endif
@@ -1269,6 +1269,10 @@ void DrawMainMenuExt(int fade_mask, boolean do_fading)
 
   /* needed if last screen was the editor screen */
   UndrawSpecialEditorDoor();
+#if 0
+  if (fade_mask == REDRAW_FIELD)
+    BackToFront();
+#endif
 #endif
 
 #if defined(TARGET_SDL)
@@ -1289,6 +1293,7 @@ void DrawMainMenuExt(int fade_mask, boolean do_fading)
     level_nr = leveldir_current->handicap_level;
 
   LoadLevel(level_nr);
+  LoadScore(level_nr);
 
   SetMainBackgroundImage(IMG_BACKGROUND_MAIN);
 
@@ -1344,6 +1349,12 @@ void DrawMainMenuExt(int fade_mask, boolean do_fading)
   FadeIn(fade_mask);
   FadeSetEnterMenu();
 
+#if 1
+  /* update screen area with special editor door */
+  redraw_mask |= REDRAW_ALL;
+  BackToFront();
+#endif
+
   SetMouseCursor(CURSOR_DEFAULT);
 
   InitAnimation();