From 63b01f2009be96797bc3a08c6391516604e00e86 Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 22 Feb 2010 21:46:20 +0000 Subject: (svn r19218) -Feature: [NewGRF] Add CB36 support for aircraft properties 0F and 11. (Eddi) --- src/newgrf_properties.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/newgrf_properties.h') 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 */ -- cgit v1.2.3-54-g00ecf