X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fscreens.c;h=9211c573411b2121b8897fa377786898cdfc180d;hb=391f8c019bdd5591015f8f310d97cf077de93fa2;hp=2196c6e49c7a2b1830ad19eb63854b5f4cb4d772;hpb=98cdb3fce945485772ccc49741fa29051338ce0d;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index 2196c6e4..9211c573 100644 --- a/src/screens.c +++ b/src/screens.c @@ -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