(svn r19346) -Feature: Configurable slope steepness for road vehicles from 0% to 10%, default is 7%.
This commit is contained in:
@@ -1466,6 +1466,7 @@ static SettingEntry _settings_vehicles[] = {
|
||||
SettingEntry("order.timetabling"),
|
||||
SettingEntry("vehicle.dynamic_engines"),
|
||||
SettingEntry("vehicle.roadveh_acceleration_model"),
|
||||
SettingEntry("vehicle.roadveh_slope_steepness"),
|
||||
};
|
||||
/** Vehicles sub-page */
|
||||
static SettingsPage _settings_vehicles_page = {_settings_vehicles, lengthof(_settings_vehicles)};
|
||||
|
Reference in New Issue
Block a user