summaryrefslogtreecommitdiff
path: root/src/newgrf_properties.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-11-06 13:11:24 +0000
committerterkhen <terkhen@openttd.org>2010-11-06 13:11:24 +0000
commitb65df931216207038d3560141166f2547041e18a (patch)
treec45d888fd72b967e8e4ec92142b9683d8e69c21c /src/newgrf_properties.h
parent18e3a3ddfc7c9eee4d1023485a4c23b3cc40fbb3 (diff)
downloadopenttd-b65df931216207038d3560141166f2547041e18a.tar.xz
(svn r21100) -Feature [NewGRF]: Add CB36 support for road vehicle property 0x15 (Speed).
Diffstat (limited to 'src/newgrf_properties.h')
-rw-r--r--src/newgrf_properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_properties.h b/src/newgrf_properties.h
index fc46aea2e..900220f94 100644
--- a/src/newgrf_properties.h
+++ b/src/newgrf_properties.h
@@ -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