mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-25 03:40:40 +00:00
Fix 'new game' from the main menu not removing menu afterwards
This commit is contained in:
parent
fb8306b61f
commit
a0f5e32113
@ -80,6 +80,7 @@ namespace MWGui
|
||||
|
||||
void MainMenu::onNewGameConfirmed()
|
||||
{
|
||||
MWBase::Environment::get().getWindowManager()->removeGuiMode (MWGui::GM_MainMenu);
|
||||
MWBase::Environment::get().getStateManager()->newGame();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user