- initialize the language right after reading the strings.

This commit is contained in:
Christoph Oelckers 2019-02-20 19:30:39 +01:00
commit ecb1c2ee4a
2 changed files with 1 additions and 1 deletions

View file

@ -54,6 +54,7 @@ void FStringTable::LoadStrings ()
{
LoadLanguage (lump);
}
SetLanguageIDs();
UpdateLanguage();
}