mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04: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()
|
void MainMenu::onNewGameConfirmed()
|
||||||
{
|
{
|
||||||
|
MWBase::Environment::get().getWindowManager()->removeGuiMode (MWGui::GM_MainMenu);
|
||||||
MWBase::Environment::get().getStateManager()->newGame();
|
MWBase::Environment::get().getStateManager()->newGame();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user