(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:
@@ -336,7 +336,7 @@ struct OrderSettings {
|
||||
|
||||
/** Settings related to vehicles. */
|
||||
struct VehicleSettings {
|
||||
bool mammoth_trains; ///< allow very long trains
|
||||
uint8 max_train_length; ///< maximum length for trains
|
||||
uint8 smoke_amount; ///< amount of smoke/sparks locomotives produce
|
||||
uint8 train_acceleration_model; ///< realistic acceleration for trains
|
||||
uint8 roadveh_acceleration_model; ///< realistic acceleration for road vehicles
|
||||
|
Reference in New Issue
Block a user