mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 09:49:40 +00:00
Disable New, Save and Load buttons in main menu
This commit is contained in:
parent
d31046204f
commit
d24b4d0a2d
1 changed files with 3 additions and 0 deletions
|
@ -211,6 +211,8 @@ namespace MWGui
|
|||
if (state==MWBase::StateManager::State_Running)
|
||||
buttons.push_back("return");
|
||||
|
||||
/* Disabled by tes3mp
|
||||
|
||||
buttons.push_back("newgame");
|
||||
|
||||
if (state==MWBase::StateManager::State_Running &&
|
||||
|
@ -221,6 +223,7 @@ namespace MWGui
|
|||
if (MWBase::Environment::get().getStateManager()->characterBegin()!=
|
||||
MWBase::Environment::get().getStateManager()->characterEnd())
|
||||
buttons.push_back("loadgame");
|
||||
*/
|
||||
|
||||
buttons.push_back("options");
|
||||
|
||||
|
|
Loading…
Reference in a new issue