(svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class / name.

This commit is contained in:
terkhen
2010-04-01 19:48:28 +00:00
parent e1c68f1b2c
commit 4ec8fed1da
4 changed files with 57 additions and 0 deletions

View File

@@ -6809,6 +6809,8 @@ static void AfterLoadGRFs()
/* Add all new industries to the industry array. */
FinaliseIndustriesArray();
InitializeSortedCargoSpecs();
/* Sort the list of industry types. */
SortIndustryTypes();