summaryrefslogtreecommitdiff
path: root/src/newgrf_properties.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-11-08 17:28:05 +0000
committerfrosch <frosch@openttd.org>2011-11-08 17:28:05 +0000
commit7d4568361c92bcf448859f47103a59c0735a4f99 (patch)
treefb58a52a1a031149feb3354a5afda1525e2164c7 /src/newgrf_properties.h
parent8dcbd673cfa9e9f1f4036fe053a9ebd78bb0328a (diff)
downloadopenttd-7d4568361c92bcf448859f47103a59c0735a4f99.tar.xz
(svn r23151) -Change: [NewGRF v8] Deprecate callback 12, and use callback 36 instead.
Diffstat (limited to 'src/newgrf_properties.h')
-rw-r--r--src/newgrf_properties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_properties.h b/src/newgrf_properties.h
index 5b2ba055a..090ac1413 100644
--- a/src/newgrf_properties.h
+++ b/src/newgrf_properties.h
@@ -18,6 +18,8 @@
* @todo Currently the list only contains properties which are used more than once in the code. I.e. they are available for callback 0x36.
*/
enum PropertyID {
+ PROP_VEHICLE_LOAD_AMOUNT = 0x07, ///< Loading speed
+
PROP_TRAIN_SPEED = 0x09, ///< Max. speed: 1 unit = 1/1.6 mph = 1 km-ish/h
PROP_TRAIN_POWER = 0x0B, ///< Power in hp (if dualheaded: sum of both vehicles)
PROP_TRAIN_RUNNING_COST_FACTOR = 0x0D, ///< Yearly runningcost (if dualheaded: sum of both vehicles)