mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 12:30:32 +00:00
- initialize the language right after reading the strings.
This commit is contained in:
parent
6685238a62
commit
a87e9a0343
2 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
@ -56,6 +56,7 @@ void FStringTable::LoadStrings ()
|
|||
{
|
||||
LoadLanguage (lump);
|
||||
}
|
||||
SetLanguageIDs();
|
||||
UpdateLanguage();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue