(svn r21974) -Feature: Add a setting to enable/disable funding local road reconstruction.

This commit is contained in:
terkhen
2011-02-05 13:46:09 +00:00
parent 91dcc9e016
commit a4b08dddd1
6 changed files with 11 additions and 1 deletions

View File

@@ -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"),