summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-02-05 13:46:09 +0000
committerterkhen <terkhen@openttd.org>2011-02-05 13:46:09 +0000
commita4b08dddd10062f49352b5aee49e392f95e281e2 (patch)
tree99cc5f5db98321e039b9b61fbe084b6f1fe80220 /src/settings_gui.cpp
parent91dcc9e0164987f6b17ed3a28e8ee2b497133c84 (diff)
downloadopenttd-a4b08dddd10062f49352b5aee49e392f95e281e2.tar.xz
(svn r21974) -Feature: Add a setting to enable/disable funding local road reconstruction.
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
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"),