summaryrefslogtreecommitdiff
path: root/src/newgrf_properties.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-02-22 21:46:20 +0000
committerfrosch <frosch@openttd.org>2010-02-22 21:46:20 +0000
commit63b01f2009be96797bc3a08c6391516604e00e86 (patch)
treecaf3307a34205ae1043eb9d377336510b13cd400 /src/newgrf_properties.h
parentfee0743ba99da6301ac6e9b0eda05b06e1c60a69 (diff)
downloadopenttd-63b01f2009be96797bc3a08c6391516604e00e86.tar.xz
(svn r19218) -Feature: [NewGRF] Add CB36 support for aircraft properties 0F and 11. (Eddi)
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 758791caf..2f21352e0 100644
--- a/src/newgrf_properties.h
+++ b/src/newgrf_properties.h
@@ -39,6 +39,8 @@ enum PropertyID {
PROP_AIRCRAFT_COST_FACTOR = 0x0B, ///< Purchase cost
PROP_AIRCRAFT_SPEED = 0x0C, ///< Max. speed: 1 unit = 8 mph = 12.8 km-ish/h
PROP_AIRCRAFT_RUNNING_COST_FACTOR = 0x0E, ///< Yearly runningcost
+ PROP_AIRCRAFT_PASSENGER_CAPACITY = 0x0F, ///< Passenger Capacity
+ PROP_AIRCRAFT_MAIL_CAPACITY = 0x11, ///< Mail Capacity
};
#endif /* NEWGRF_PROPERTIES_H */