X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.c;h=1318bde16e80a2a079b41caab99c452ef8714d78;hb=ec7383f34bac8e493eb6c68813c1affb1149890e;hp=0198a8eea8bdb8e5a472e84b0cd96c67a4d10e9c;hpb=e2260726590fbcffca87320d7443153f0cdbdfe9;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index 0198a8ee..1318bde1 100644 --- a/src/screens.c +++ b/src/screens.c @@ -4619,17 +4619,7 @@ void HandleHallOfFame(int mx, int my, int dx, int dy, int button) drawHallOfFameList(first_entry, highlight_position); } } - else if (button == MB_MENU_LEAVE) - { - PlaySound(SND_MENU_ITEM_SELECTING); - - FadeSound(SND_BACKGROUND_SCORES); - - SetGameStatus(GAME_MODE_MAIN); - - DrawMainMenu(); - } - else if (button == MB_MENU_CHOICE) + else if (button == MB_MENU_LEAVE || button == MB_MENU_CHOICE) { PlaySound(SND_MENU_ITEM_SELECTING);