rnd-20040816-1-src
[rocksndiamonds.git] / src / screens.c
index 50c8685ab59f7116c9ba68ec9612545b50d0430c..9211c573411b2121b8897fa377786898cdfc180d 100644 (file)
@@ -495,15 +495,19 @@ void HandleMainMenu(int mx, int my, int dx, int dy, int button)
        if (setup.autorecord)
          TapeStartRecording();
 
-#if defined(PLATFORM_UNIX)
+#if defined(NETWORK_AVALIABLE)
        if (options.network)
          SendToServer_StartPlaying();
        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