mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04:00
Disable New, Save and Load buttons in main menu
This commit is contained in:
parent
d31046204f
commit
d24b4d0a2d
@ -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…
x
Reference in New Issue
Block a user