diff --git a/src/d_main.cpp b/src/d_main.cpp index 34d559b55..ee7f2bfe5 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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 (); } //========================================================================== diff --git a/src/stringtable.cpp b/src/stringtable.cpp index bc15b83f4..e004ee75f 100644 --- a/src/stringtable.cpp +++ b/src/stringtable.cpp @@ -56,6 +56,7 @@ void FStringTable::LoadStrings () { LoadLanguage (lump); } + SetLanguageIDs(); UpdateLanguage(); }