diff options
Diffstat (limited to 'src/strings.cpp')
-rw-r--r-- | src/strings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strings.cpp b/src/strings.cpp index 2d425834a..59983a539 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -1326,6 +1326,7 @@ bool ReadLanguagePack(int lang_index) _dynlang.curr = lang_index; _dynlang.text_dir = (TextDirection)lang_pack->text_dir; SetCurrentGrfLangID(_langpack->newgrflangid); + InitializeSortedCargoSpecs(); SortIndustryTypes(); BuildIndustriesLegend(); SortNetworkLanguages(); |