- initialize the language right after reading the strings.

This commit is contained in:
Christoph Oelckers 2019-02-20 19:30:39 +01:00 committed by drfrag
parent 6685238a62
commit a87e9a0343
2 changed files with 1 additions and 1 deletions

View file

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

View file

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