(svn r20376) -Feature [FS#3093]: add setting for none/original/more smoke (SirkoZ)

This commit is contained in:
yexo
2010-08-05 12:09:08 +00:00
parent f8b7163b34
commit a3a24f4c68
6 changed files with 47 additions and 8 deletions

View File

@@ -313,6 +313,7 @@ struct OrderSettings {
/** Settings related to vehicles. */
struct VehicleSettings {
bool mammoth_trains; ///< allow very long 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
uint8 train_slope_steepness; ///< Steepness of hills for trains when using realistic acceleration