(svn r21100) -Feature [NewGRF]: Add CB36 support for road vehicle property 0x15 (Speed).

This commit is contained in:
terkhen
2010-11-06 13:11:24 +00:00
parent 18e3a3ddfc
commit b65df93121
4 changed files with 8 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ enum PropertyID {
PROP_ROADVEH_COST_FACTOR = 0x11, ///< Purchase cost
PROP_ROADVEH_POWER = 0x13, ///< Power in 10 HP
PROP_ROADVEH_WEIGHT = 0x14, ///< Weight in 1/4 t
PROP_ROADVEH_SPEED = 0x15, ///< Max. speed: 1 unit = 1/0.8 mph = 2 km-ish/h
PROP_ROADVEH_TRACTIVE_EFFORT = 0x18, ///< Tractive effort coefficient in 1/256
PROP_SHIP_COST_FACTOR = 0x0A, ///< Purchase cost