diff --git a/src/newgrf.cpp b/src/newgrf.cpp --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -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();