Import town bridges over rails patch

Add setting (default off)

From: https://www.tt-forums.net/viewtopic.php?f=33t=76052
This commit is contained in:
Jonathan G Rennison
2017-07-31 18:40:44 +01:00
parent 4db69283c1
commit 9ed0541e77
5 changed files with 17 additions and 4 deletions

View File

@@ -1776,6 +1776,7 @@ static SettingsContainer &GetSettingsTree()
towns->Add(new SettingEntry("economy.found_town"));
towns->Add(new SettingEntry("economy.town_cargo_scale_factor"));
towns->Add(new SettingEntry("economy.random_road_reconstruction"));
towns->Add(new SettingEntry("economy.town_bridge_over_rail"));
}
SettingsPage *industries = environment->Add(new SettingsPage(STR_CONFIG_SETTING_ENVIRONMENT_INDUSTRIES));