summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 91220b204..439484591 100644
--- 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();