Add setting to control whether trains can crash with other companies'.

This commit is contained in:
Jonathan G Rennison
2016-02-25 22:08:27 +00:00
parent 66bac3808e
commit 1818a83e63
5 changed files with 19 additions and 0 deletions

View File

@@ -1661,6 +1661,7 @@ static SettingsContainer &GetSettingsTree()
disasters->Add(new SettingEntry("difficulty.economy"));
disasters->Add(new SettingEntry("difficulty.vehicle_breakdowns"));
disasters->Add(new SettingEntry("vehicle.plane_crashes"));
disasters->Add(new SettingEntry("vehicle.no_train_crash_other_company"));
}
SettingsPage *genworld = main->Add(new SettingsPage(STR_CONFIG_SETTING_GENWORLD));