diff options
author | tron <tron@openttd.org> | 2006-06-14 11:05:30 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-06-14 11:05:30 +0000 |
commit | 44829a401cb54097c06079d3c56431011b9b9543 (patch) | |
tree | ad23142e106dedc0fcb44dd7a183f059f36bbdb3 /table/engines.h | |
parent | 505e85c99b3fa46fc308717e8923513c76659911 (diff) | |
download | openttd-44829a401cb54097c06079d3c56431011b9b9543.tar.xz |
(svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but better than raw numbers
Diffstat (limited to 'table/engines.h')
-rw-r--r-- | table/engines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/table/engines.h b/table/engines.h index efa2b5836..c59ce94cf 100644 --- a/table/engines.h +++ b/table/engines.h @@ -505,8 +505,8 @@ const ShipVehicleInfo orig_ship_vehicle_info[NUM_SHIP_ENGINES] = { */ #define AVI(a, b, c, d, e, f, g, h, i) { a, b, c, d, e, f, g, h, i } #define H 0 -#define P 1 -#define J 3 +#define P AIR_CTOL +#define J AIR_CTOL | AIR_FAST const AircraftVehicleInfo orig_aircraft_vehicle_info[NUM_AIRCRAFT_ENGINES] = { // image_index sfx acceleration // | base_cost | | max_speed |