Adjacent crossings: add setting (in PATX), add info to SLXI chunk.

This commit is contained in:
Jonathan G Rennison
2015-08-02 17:49:25 +01:00
parent b8ef887cc1
commit 09be8afd8d
7 changed files with 24 additions and 5 deletions

View File

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