1
0
Fork 1
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:
David Cernat 2016-08-24 00:46:32 +03:00
parent d31046204f
commit d24b4d0a2d

View file

@ -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");