Make sure no dialog exists when going back to lobby
This commit is contained in:
parent
0c33803159
commit
32c1255c10
@ -428,6 +428,7 @@ void RaceResultGUI::backToLobby()
|
||||
{
|
||||
race_manager->exitRace();
|
||||
race_manager->setAIKartOverride("");
|
||||
GUIEngine::ModalDialog::dismiss();
|
||||
StateManager::get()->resetAndSetStack(
|
||||
NetworkConfig::get()->getResetScreens(true/*lobby*/).data());
|
||||
} // backToLobby
|
||||
|
Loading…
x
Reference in New Issue
Block a user