(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting

This commit is contained in:
rubidium
2011-02-04 15:37:23 +00:00
parent 8ee493b6e9
commit 7086bb3017
10 changed files with 37 additions and 34 deletions

View File

@@ -1334,7 +1334,8 @@ static SettingEntry _settings_construction[] = {
SettingEntry("construction.build_on_slopes"),
SettingEntry("construction.autoslope"),
SettingEntry("construction.extra_dynamite"),
SettingEntry("construction.longbridges"),
SettingEntry("construction.max_bridge_length"),
SettingEntry("construction.max_tunnel_length"),
SettingEntry("station.never_expire_airports"),
SettingEntry("construction.freeform_edges"),
SettingEntry("construction.extra_tree_placement"),