This commit is contained in:
Benau 2017-10-30 01:34:40 +08:00
parent d9d3afc36e
commit b15ab1f043

@ -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