diff options
author | darkvater <darkvater@openttd.org> | 2004-11-13 20:37:57 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2004-11-13 20:37:57 +0000 |
commit | 0a2f28c2f2db13adf122828ff0be430433575d1a (patch) | |
tree | aff43a7f15564db3a3ffc4cfb8284129ae1b3933 /table | |
parent | e260aa38704721961f5b4621a0c999d13b26394f (diff) | |
download | openttd-0a2f28c2f2db13adf122828ff0be430433575d1a.tar.xz |
(svn r570) -newgrf: Support for custom aircrafts via GRF files. Planeset seems to work :). Also use aircraft_vehinfo() instead of the old tables (pasky).
Diffstat (limited to 'table')
-rw-r--r-- | table/engines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table/engines.h b/table/engines.h index c314954df..d7ab8dbd6 100644 --- a/table/engines.h +++ b/table/engines.h @@ -407,7 +407,7 @@ ShipVehicleInfo _ship_vehicle_info[NUM_SHIP_ENGINES] = { { 0, 144, 80, CT_GOODS, 190, 113, SND_06_SHIP_HORN, 1 }, /* 10 */ }; -/* subtype: 0: chopper; 1: regular aircraft; 2: crashes easily on small airports */ +/* subtype: &1: regular aircraft (else chopper); &2: crashes easily on small airports */ /* sfx from somewhere around SND_45_PLANE_CRASHING are toyland plane-sounds */ AircraftVehicleInfo _aircraft_vehicle_info[NUM_AIRCRAFT_ENGINES] = { // image_index sfx acceleration |