Fixed for choosing Chinese at first time play.

This commit is contained in:
linshier
2010-09-13 16:35:34 +00:00
parent be06be1343
commit 58d67d630a

View File

@@ -639,6 +639,7 @@ WFont * mFont = resources.GetWFont(Constants::MENU_FONT);
switch (controllerId){
case 103:
setLang(controlId);
resources.reloadWFonts(); // Fix for choosing Chinese language at first time.
subMenuController->Close();
currentState = MENU_STATE_MAJOR_LOADING_CARDS | MENU_STATE_MINOR_SUBMENU_CLOSING;
break;