(svn r26882) -Feature: allow limiting the height of bridges (ic111)

This commit is contained in:
rubidium
2014-09-21 11:40:11 +00:00
parent b50c649405
commit 647a3c8e5f
5 changed files with 31 additions and 4 deletions

View File

@@ -1604,6 +1604,7 @@ static SettingsContainer &GetSettingsTree()
limitations->Add(new SettingEntry("construction.autoslope"));
limitations->Add(new SettingEntry("construction.extra_dynamite"));
limitations->Add(new SettingEntry("construction.max_bridge_length"));
limitations->Add(new SettingEntry("construction.max_bridge_height"));
limitations->Add(new SettingEntry("construction.max_tunnel_length"));
limitations->Add(new SettingEntry("station.never_expire_airports"));
limitations->Add(new SettingEntry("vehicle.never_expire_vehicles"));