Chunnel: Add setting to enable construction, default off.

This commit is contained in:
Jonathan G Rennison
2017-03-04 13:23:52 +00:00
parent 02b33e7f64
commit 212f6ce6ef
5 changed files with 16 additions and 1 deletions

View File

@@ -1701,6 +1701,7 @@ static SettingsContainer &GetSettingsTree()
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("construction.chunnel"));
limitations->Add(new SettingEntry("station.never_expire_airports"));
limitations->Add(new SettingEntry("vehicle.never_expire_vehicles"));
limitations->Add(new SettingEntry("vehicle.max_trains"));