summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-05-19 14:36:35 +0000
committerrubidium <rubidium@openttd.org>2013-05-19 14:36:35 +0000
commit163dfdd34afe8020a207b8f0a1b58e29ce082c41 (patch)
tree0c66cb30bfd88dedb007b50fe4e51e9bc9cc5c6a /src/newgrf.cpp
parent5bca50c466777cd134fb506efe4d8867d4b357f1 (diff)
downloadopenttd-163dfdd34afe8020a207b8f0a1b58e29ce082c41.tar.xz
(svn r25262) -Feature: linkgraph overlay for smallmap
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();