(svn r11888) -Codechange: simplify sorting of the strings in town names dropdown
This commit is contained in:
@@ -1228,7 +1228,6 @@ extern void SortNetworkLanguages();
|
||||
#else /* ENABLE_NETWORK */
|
||||
static inline void SortNetworkLanguages() {}
|
||||
#endif /* ENABLE_NETWORK */
|
||||
extern void SortTownGeneratorNames();
|
||||
|
||||
bool ReadLanguagePack(int lang_index)
|
||||
{
|
||||
@@ -1286,7 +1285,6 @@ bool ReadLanguagePack(int lang_index)
|
||||
_dynlang.curr = lang_index;
|
||||
SetCurrentGrfLangID(_langpack->isocode);
|
||||
SortNetworkLanguages();
|
||||
SortTownGeneratorNames();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user