Fixed for choosing Chinese at first time play.
This commit is contained in:
@@ -639,6 +639,7 @@ WFont * mFont = resources.GetWFont(Constants::MENU_FONT);
|
|||||||
switch (controllerId){
|
switch (controllerId){
|
||||||
case 103:
|
case 103:
|
||||||
setLang(controlId);
|
setLang(controlId);
|
||||||
|
resources.reloadWFonts(); // Fix for choosing Chinese language at first time.
|
||||||
subMenuController->Close();
|
subMenuController->Close();
|
||||||
currentState = MENU_STATE_MAJOR_LOADING_CARDS | MENU_STATE_MINOR_SUBMENU_CLOSING;
|
currentState = MENU_STATE_MAJOR_LOADING_CARDS | MENU_STATE_MINOR_SUBMENU_CLOSING;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user