mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 16:07:45 +00:00
- initialize the language right after reading the strings.
This commit is contained in:
parent
0e449405a4
commit
ecb1c2ee4a
2 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
@ -54,6 +54,7 @@ void FStringTable::LoadStrings ()
|
|||
{
|
||||
LoadLanguage (lump);
|
||||
}
|
||||
SetLanguageIDs();
|
||||
UpdateLanguage();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue