(svn r19521) -Codechange: Use a IndustryType array to sort industries by name instead of a LegendAndColour array.
This commit is contained in:
@@ -6809,6 +6809,9 @@ static void AfterLoadGRFs()
|
||||
/* Add all new industries to the industry array. */
|
||||
FinaliseIndustriesArray();
|
||||
|
||||
/* Sort the list of industry types. */
|
||||
SortIndustryTypes();
|
||||
|
||||
/* Create dynamic list of industry legends for smallmap_gui.cpp */
|
||||
BuildIndustriesLegend();
|
||||
|
||||
|
Reference in New Issue
Block a user