diff options
author | celestar <celestar@openttd.org> | 2005-01-07 08:38:27 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-01-07 08:38:27 +0000 |
commit | 8ed132a5b9d9de21eadc55ca87cf584b52673761 (patch) | |
tree | 112c735de0dc3ffa61c7415d24f8e4c714eebd0a /table | |
parent | a6ba0d3fbeb07c60068ecf40f45a52aa4615e4af (diff) | |
download | openttd-8ed132a5b9d9de21eadc55ca87cf584b52673761.tar.xz |
(svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the code
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 d7ab8dbd6..2185bb0a5 100644 --- a/table/engines.h +++ b/table/engines.h @@ -413,7 +413,7 @@ AircraftVehicleInfo _aircraft_vehicle_info[NUM_AIRCRAFT_ENGINES] = { // image_index sfx acceleration // | base_cost | | max_speed // | | running_cost | | mail_capacity - // | | | subtype | | | | passanger_capacity + // | | | subtype | | | | passenger_capacity // | | | | | | | | | { 1, 14, 85, 1, SND_08_PLANE_TAKE_OFF, 18, 37, 4, 25 }, /* 0 */ { 0, 15, 100, 1, SND_08_PLANE_TAKE_OFF, 20, 37, 8, 65 }, /* 1 */ |