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 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 */