Fix character selection caption when there is no character in settings.cfg

deque
scrawl 11 years ago
parent 5a955279bb
commit 7b5482f25b

@ -163,6 +163,8 @@ namespace MWGui
}
mCharacterSelection->setIndexSelected(selectedIndex);
if (selectedIndex == MyGUI::ITEM_NONE)
mCharacterSelection->setCaption("Select Character ...");
fillSaveList();

Loading…
Cancel
Save