Commit abd4af6b authored by nanahira's avatar nanahira

fix

parent 7ab4f578
...@@ -1947,6 +1947,7 @@ bool ClientField::OnCommonEvent(const irr::SEvent& event) { ...@@ -1947,6 +1947,7 @@ bool ClientField::OnCommonEvent(const irr::SEvent& event) {
case COMBOBOX_LOCALE: { case COMBOBOX_LOCALE: {
myswprintf(mainGame->gameConf.locale, L"%ls", mainGame->cbLocale->getItem(mainGame->cbLocale->getSelected())); myswprintf(mainGame->gameConf.locale, L"%ls", mainGame->cbLocale->getItem(mainGame->cbLocale->getSelected()));
mainGame->SaveConfig(); mainGame->SaveConfig();
break;
} }
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment