summaryrefslogtreecommitdiff
path: root/src/table/engines.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2007-01-27 12:45:55 +0000
committerDarkvater <darkvater@openttd.org>2007-01-27 12:45:55 +0000
commit08c21c0c61be2e6e19517559288f3f40b77c0f0f (patch)
treee5dc4283665daeb149dc95777c8d87e1b1d0faa0 /src/table/engines.h
parent50ca901b40664453fe90a396577e6438fd45dc27 (diff)
downloadopenttd-08c21c0c61be2e6e19517559288f3f40b77c0f0f.tar.xz
(svn r8429) -Codechange: Add a name for AircraftVehicleInfo subtype helicopter and remove some magic numbers related to the subtype.
Diffstat (limited to 'src/table/engines.h')
-rw-r--r--src/table/engines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/engines.h b/src/table/engines.h
index 9c56435fe..4ca84508a 100644
--- a/src/table/engines.h
+++ b/src/table/engines.h
@@ -518,7 +518,7 @@ const ShipVehicleInfo orig_ship_vehicle_info[NUM_SHIP_ENGINES] = {
* @param i passenger_capacity
*/
#define AVI(a, b, c, d, e, f, g, h, i) { a, b, c, d, {e}, f, g, h, i }
-#define H 0
+#define H AIR_HELI
#define P AIR_CTOL
#define J AIR_CTOL | AIR_FAST
const AircraftVehicleInfo orig_aircraft_vehicle_info[NUM_AIRCRAFT_ENGINES] = {