File diff r17440:b3000afa4be8 → r17441:1a320fa88183
src/vehicle_type.h
Show inline comments
 
@@ -67,6 +67,9 @@ enum DepotCommand {
 
static const uint MAX_LENGTH_VEHICLE_NAME_CHARS  =  32; ///< The maximum length of a vehicle name in characters including '\0'
 
static const uint MAX_LENGTH_VEHICLE_NAME_PIXELS = 150; ///< The maximum length of a vehicle name in pixels
 

	
 
/** The length of a vehicle in tile units. */
 
static const uint VEHICLE_LENGTH = 8;
 

	
 
/** Vehicle acceleration models. */
 
enum AccelerationModel {
 
	AM_ORIGINAL,