Add company setting to auto-enable auto timetables for new vehicles.

Default: off.
This commit is contained in:
Jonathan G Rennison
2015-09-03 23:27:26 +01:00
parent 25bc8eb1e2
commit 42370dc28d
10 changed files with 23 additions and 1 deletions

View File

@@ -1586,6 +1586,7 @@ static SettingsContainer &GetSettingsTree()
company->Add(new SettingEntry("vehicle.servint_roadveh"));
company->Add(new SettingEntry("vehicle.servint_ships"));
company->Add(new SettingEntry("vehicle.servint_aircraft"));
company->Add(new SettingEntry("vehicle.auto_timetable_by_default"));
}
SettingsPage *accounting = main->Add(new SettingsPage(STR_CONFIG_SETTING_ACCOUNTING));