rnd-20040816-1-src
[rocksndiamonds.git] / src / screens.c
index 2196c6e49c7a2b1830ad19eb63854b5f4cb4d772..9211c573411b2121b8897fa377786898cdfc180d 100644 (file)
@@ -501,9 +501,13 @@ void HandleMainMenu(int mx, int my, int dx, int dy, int button)
        else
 #endif
        {
+#if 1
+         em_main();
+#else
          game_status = GAME_MODE_PLAYING;
          StopAnimation();
          InitGame();
+#endif
        }
       }
       else if (y == 6)
@@ -2409,6 +2413,8 @@ static void drawPlayerSetupInputInfo(int player_nr)
 
   DrawText(mSX+11*32, mSY+2*32, int2str(player_nr +1, 1), FONT_INPUT_1_ACTIVE);
 #if 1
+  ClearRectangleOnBackground(drawto, mSX + 8 * TILEX, mSY + 2 * TILEY,
+                            TILEX, TILEY);
   DrawGraphicThruMaskExt(drawto, mSX + 8 * TILEX, mSY + 2 * TILEY,
                         PLAYER_NR_GFX(IMG_PLAYER_1, player_nr), 0);
 #else