From a4b08dddd10062f49352b5aee49e392f95e281e2 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sat, 5 Feb 2011 13:46:09 +0000 Subject: (svn r21974) -Feature: Add a setting to enable/disable funding local road reconstruction. --- src/settings_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings_gui.cpp') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 2d279269b..576f49db0 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -1368,6 +1368,7 @@ static SettingsPage _settings_stations_page = {_settings_stations, lengthof(_set static SettingEntry _settings_economy_towns[] = { SettingEntry("economy.bribe"), SettingEntry("economy.exclusive_rights"), + SettingEntry("economy.fund_roads"), SettingEntry("economy.town_layout"), SettingEntry("economy.allow_town_roads"), SettingEntry("economy.allow_town_level_crossings"), -- cgit v1.2.3-54-g00ecf