(svn r21960) -Change: show the length of vehicles in tiles, instead of half tiles in the depot
-Fix [FS#4461]: don't count the number of vehicles but the length of vehicles to (configurably) limit train length
This commit is contained in:
@@ -1451,7 +1451,7 @@ static SettingsPage _settings_vehicles_servicing_page = {_settings_vehicles_serv
|
||||
static SettingEntry _settings_vehicles_trains[] = {
|
||||
SettingEntry("vehicle.train_acceleration_model"),
|
||||
SettingEntry("vehicle.train_slope_steepness"),
|
||||
SettingEntry("vehicle.mammoth_trains"),
|
||||
SettingEntry("vehicle.max_train_length"),
|
||||
SettingEntry("vehicle.wagon_speed_limits"),
|
||||
SettingEntry("vehicle.disable_elrails"),
|
||||
SettingEntry("vehicle.freight_trains"),
|
||||
|
Reference in New Issue
Block a user