mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 06:53:52 +00:00
Revert "Disable CharGen custom class choice until we can handle custom classes"
This reverts commit e81bf7318c
.
This commit is contained in:
parent
118ab32c9b
commit
d612cbcc7b
1 changed files with 0 additions and 5 deletions
|
@ -377,12 +377,7 @@ namespace MWGui
|
||||||
ButtonList buttons;
|
ButtonList buttons;
|
||||||
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sClassChoiceMenu1", ""));
|
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sClassChoiceMenu1", ""));
|
||||||
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sClassChoiceMenu2", ""));
|
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sClassChoiceMenu2", ""));
|
||||||
|
|
||||||
/* Disabled for tes3mp until it can handle custom classes
|
|
||||||
|
|
||||||
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sClassChoiceMenu3", ""));
|
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sClassChoiceMenu3", ""));
|
||||||
*/
|
|
||||||
|
|
||||||
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sBack", ""));
|
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sBack", ""));
|
||||||
setButtons(buttons);
|
setButtons(buttons);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue