From b15ab1f043371fc8302f22c8a09c420cbfc560cf Mon Sep 17 00:00:00 2001 From: Benau Date: Mon, 30 Oct 2017 01:34:40 +0800 Subject: [PATCH] Fix #2988 --- src/states_screens/race_result_gui.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/states_screens/race_result_gui.cpp b/src/states_screens/race_result_gui.cpp index dade943eb..e656a669c 100644 --- a/src/states_screens/race_result_gui.cpp +++ b/src/states_screens/race_result_gui.cpp @@ -217,7 +217,7 @@ void RaceResultGUI::enableAllButtons() middle->setText(_("Restart")); middle->setVisible(true); - + middle->setFocusForPlayer(PLAYER_ID_GAME_MASTER); if (race_manager->raceWasStartedFromOverworld()) { top->setVisible(false); @@ -230,8 +230,6 @@ void RaceResultGUI::enableAllButtons() bottom->setText(_("Back to the menu")); } bottom->setVisible(true); - - bottom->setFocusForPlayer(PLAYER_ID_GAME_MASTER); } } // enableAllButtons