Merge branch 'order_occupancy-sx' into jgrpp
Conflicts: src/saveload/extended_ver_sl.cpp src/settings_gui.cpp src/table/company_settings.ini
This commit is contained in:
@@ -1635,6 +1635,7 @@ static SettingsContainer &GetSettingsTree()
|
||||
company->Add(new SettingEntry("vehicle.servint_ships"));
|
||||
company->Add(new SettingEntry("vehicle.servint_aircraft"));
|
||||
company->Add(new SettingEntry("vehicle.auto_timetable_by_default"));
|
||||
company->Add(new SettingEntry("order_occupancy_smoothness"));
|
||||
}
|
||||
|
||||
SettingsPage *accounting = main->Add(new SettingsPage(STR_CONFIG_SETTING_ACCOUNTING));
|
||||
@@ -1680,7 +1681,6 @@ static SettingsContainer &GetSettingsTree()
|
||||
vehicles->Add(new SettingEntry("order.timetable_separation"));
|
||||
vehicles->Add(new SettingEntry("order.timetable_separation_rate"));
|
||||
vehicles->Add(new SettingEntry("vehicle.adjacent_crossings"));
|
||||
vehicles->Add(new SettingEntry("order.occupancy_smoothness"));
|
||||
}
|
||||
|
||||
SettingsPage *limitations = main->Add(new SettingsPage(STR_CONFIG_SETTING_LIMITATIONS));
|
||||
|
Reference in New Issue
Block a user