Add setting to enable flipping direction of all train types in depot

This commit is contained in:
Jonathan G Rennison
2018-09-11 06:08:02 +01:00
parent ce6d6db4d5
commit ce4e2ca3c3
5 changed files with 15 additions and 1 deletions

View File

@@ -1714,6 +1714,7 @@ static SettingsContainer &GetSettingsTree()
vehicles->Add(new SettingEntry("order.serviceathelipad"));
vehicles->Add(new SettingEntry("vehicle.adjacent_crossings"));
vehicles->Add(new SettingEntry("vehicle.safer_crossings"));
vehicles->Add(new SettingEntry("vehicle.flip_direction_all_trains"));
}
SettingsPage *limitations = main->Add(new SettingsPage(STR_CONFIG_SETTING_LIMITATIONS));