(svn r23149) -Add: [NewGRF] Road vehicle property 23 to shorten vehicles without callback usage.

This commit is contained in:
frosch
2011-11-08 17:27:46 +00:00
parent a608cbab5d
commit 8bd5d079c5
4 changed files with 9 additions and 3 deletions

View File

@@ -121,6 +121,7 @@ struct RoadVehicleInfo {
uint8 tractive_effort; ///< Coefficient of tractive effort
uint8 air_drag; ///< Coefficient of air drag
byte visual_effect; ///< Bitstuffed NewGRF visual effect data
byte shorten_factor; ///< length on main map for this type is 8 - shorten_factor
};
/**