summaryrefslogtreecommitdiff
path: root/src/airport_movement.h
diff options
context:
space:
mode:
authorrichk <richk@openttd.org>2007-02-17 17:10:33 +0000
committerrichk <richk@openttd.org>2007-02-17 17:10:33 +0000
commitedcc1cfd1e6f9c20d30ac44e51ada0b9052c7dc6 (patch)
treeecc5568024efa1460985ca2aad8698468ebcfd8d /src/airport_movement.h
parent79b4e5523b854873296d013dd13a3ff517c79537 (diff)
downloadopenttd-edcc1cfd1e6f9c20d30ac44e51ada0b9052c7dc6.tar.xz
(svn r8785) -Fix: Entry point for commuter airport incorrect.
Diffstat (limited to 'src/airport_movement.h')
-rw-r--r--src/airport_movement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/airport_movement.h b/src/airport_movement.h
index 3f5a9622d..860c5af10 100644
--- a/src/airport_movement.h
+++ b/src/airport_movement.h
@@ -406,7 +406,7 @@ static const AirportFTAbuildup _airport_fta_country[] = {
static const TileIndexDiffC _airport_depots_commuter[] = { { 4, 0 } };
static const byte _airport_terminal_commuter[] = { 1, 3 };
static const byte _airport_helipad_commuter[] = { 1, 2 };
-static const byte _airport_entries_commuter[] = {7, 7, 7, 7};
+static const byte _airport_entries_commuter[] = {21, 21, 21, 21};
static const AirportFTAbuildup _airport_fta_commuter[] = {
{ 0, HANGAR, NOTHING_block, 1 }, { 0, HELITAKEOFF, HELIPAD2_block, 1 }, { 0, 0, 0, 1 },
{ 1, 255, TAXIWAY_BUSY_block, 0 }, { 1, HANGAR, 0, 0 }, { 1, TAKEOFF, 0, 11 }, { 1, TERM1, TAXIWAY_BUSY_block, 10 }, { 1, TERM2, TAXIWAY_BUSY_block, 10 }, { 1, TERM3, TAXIWAY_BUSY_block, 10 }, { 1, HELIPAD1, TAXIWAY_BUSY_block, 10 }, { 1, HELIPAD2, TAXIWAY_BUSY_block, 10 }, { 1, HELITAKEOFF, TAXIWAY_BUSY_block, 10 }, { 1, 0, 0, 0 },