diff options
author | richk <richk@openttd.org> | 2007-03-18 21:38:30 +0000 |
---|---|---|
committer | richk <richk@openttd.org> | 2007-03-18 21:38:30 +0000 |
commit | 11ba449045ad9a2ecc0190a47f5dc57ef24a7437 (patch) | |
tree | f07f40875256cfa26e9bf042217b73cf3cc95408 /src/table/engines.h | |
parent | 691e9c1d0c73fadeae0dad29b61731d00db87c54 (diff) | |
download | openttd-11ba449045ad9a2ecc0190a47f5dc57ef24a7437.tar.xz |
(svn r9298) -Fix (r1): A34-1000, Z-Shuttle, and Kelling K1 should be listed as small aircraft.
Diffstat (limited to 'src/table/engines.h')
-rw-r--r-- | src/table/engines.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/table/engines.h b/src/table/engines.h index fef4a2de6..46522caa1 100644 --- a/src/table/engines.h +++ b/src/table/engines.h @@ -553,9 +553,9 @@ const AircraftVehicleInfo orig_aircraft_vehicle_info[NUM_AIRCRAFT_ENGINES] = { AVI( 4, 26, 210, J, SND_09_JET, 40, 74, 20, 220 ), /* 21 */ AVI( 6, 16, 125, P, SND_09_JET, 50, 74, 10, 80 ), /* 22 */ AVI( 2, 17, 145, P, SND_09_JET, 40, 74, 10, 85 ), /* 23 */ - AVI( 11, 16, 130, J, SND_09_JET, 40, 74, 10, 75 ), /* 24 */ - AVI( 10, 16, 149, J, SND_09_JET, 40, 74, 10, 85 ), /* 25 */ - AVI( 15, 17, 170, J, SND_09_JET, 40, 74, 18, 65 ), /* 26 */ + AVI( 11, 16, 130, P, SND_09_JET, 40, 74, 10, 75 ), /* 24 */ + AVI( 10, 16, 149, P, SND_09_JET, 40, 74, 10, 85 ), /* 25 */ + AVI( 15, 17, 170, P, SND_09_JET, 40, 74, 18, 65 ), /* 26 */ AVI( 12, 18, 210, J, SND_09_JET, 40, 74, 25, 110 ), /* 27 */ AVI( 13, 20, 230, J, SND_09_JET, 40, 74, 60, 180 ), /* 28 */ AVI( 14, 21, 220, J, SND_09_JET, 40, 74, 65, 150 ), /* 29 */ |