summaryrefslogtreecommitdiff
path: root/src/newgrf_properties.h
diff options
context:
space:
mode:
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)