(svn r21163) -Codechange: pass a LanguageMetadata struct instead of its index to ReadLanguagePack, and simplify one of its callers
This commit is contained in:
@@ -418,7 +418,7 @@ struct GameOptionsWindow : Window {
|
||||
break;
|
||||
|
||||
case GOW_LANG_DROPDOWN: // Change interface language
|
||||
ReadLanguagePack(index);
|
||||
ReadLanguagePack(&_dynlang.ent[index]);
|
||||
CheckForMissingGlyphsInLoadedLanguagePack();
|
||||
UpdateAllVirtCoords();
|
||||
ReInitAllWindows();
|
||||
|
Reference in New Issue
Block a user