(svn r25262) -Feature: linkgraph overlay for smallmap

This commit is contained in:
rubidium
2013-05-19 14:36:35 +00:00
parent 5bca50c466
commit 163dfdd34a
6 changed files with 164 additions and 12 deletions

View File

@@ -9027,6 +9027,9 @@ static void AfterLoadGRFs()
/* Create dynamic list of industry legends for smallmap_gui.cpp */
BuildIndustriesLegend();
/* Build the routemap legend, based on the available cargos */
BuildLinkStatsLegend();
/* Add all new airports to the airports array. */
FinaliseAirportsArray();
BindAirportSpecs();