- initialize the language right after reading the strings.

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

View file

@ -2045,7 +2045,6 @@ static void D_DoomInit()
if (!batchrun) Printf ("M_LoadDefaults: Load system defaults.\n");
M_LoadDefaults (); // load before initing other systems
SetLanguageIDs ();
}
//==========================================================================

View file

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