From b443a3ee0a39f28be1fde279e67c82ee51814f4d Mon Sep 17 00:00:00 2001 From: terkhen Date: Sat, 6 Mar 2010 12:58:33 +0000 Subject: (svn r19346) -Feature: Configurable slope steepness for road vehicles from 0% to 10%, default is 7%. --- src/settings_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings_type.h') diff --git a/src/settings_type.h b/src/settings_type.h index 83bce21ad..4adabf0b5 100644 --- a/src/settings_type.h +++ b/src/settings_type.h @@ -312,6 +312,7 @@ struct VehicleSettings { 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 + uint8 roadveh_slope_steepness; ///< Steepness of hills for road vehicles when using realistic acceleration bool wagon_speed_limits; ///< enable wagon speed limits bool disable_elrails; ///< when true, the elrails are disabled UnitID max_trains; ///< max trains in game per company -- cgit v1.2.3-54-g00ecf