From 163dfdd34afe8020a207b8f0a1b58e29ce082c41 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 19 May 2013 14:36:35 +0000 Subject: (svn r25262) -Feature: linkgraph overlay for smallmap --- src/newgrf.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/newgrf.cpp') 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(); -- cgit v1.2.3-54-g00ecf