Fix #3982
This commit is contained in:
parent
6dfc8dd52c
commit
2fe99efee0
@ -483,7 +483,7 @@ void MainMenuScreen::eventCallback(Widget* widget, const std::string& name,
|
||||
KartSelectionScreen *next = OfflineKartSelectionScreen::getInstance();
|
||||
next->setGoToOverworldNext();
|
||||
next->setMultiplayer(false);
|
||||
StateManager::get()->resetAndGoToScreen(next);
|
||||
next->push();
|
||||
return;
|
||||
}
|
||||
OverWorld::enterOverWorld();
|
||||
|
Loading…
Reference in New Issue
Block a user