(svn r20048) -Feature: Add a setting to forbid towns building level crossings.

This commit is contained in:
michi_cc
2010-07-02 16:34:07 +00:00
parent ffdbb7ec81
commit a75583bbb6
6 changed files with 6 additions and 1 deletions

View File

@@ -1357,6 +1357,7 @@ static SettingEntry _settings_economy_towns[] = {
SettingEntry("economy.exclusive_rights"),
SettingEntry("economy.town_layout"),
SettingEntry("economy.allow_town_roads"),
SettingEntry("economy.allow_town_level_crossings"),
SettingEntry("economy.found_town"),
SettingEntry("economy.mod_road_rebuild"),
SettingEntry("economy.town_growth_rate"),