summaryrefslogtreecommitdiff
path: root/src/airport_movement.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-04-27 19:47:39 +0000
committerrubidium <rubidium@openttd.org>2007-04-27 19:47:39 +0000
commit49cd2374bb6fdb47cb9a92f666ddd6ac1961b841 (patch)
tree0adae090023e5e800b157fc1908e97bd9f17fe97 /src/airport_movement.h
parent9c741dd32502c4376e25aad11dd9ede733f43079 (diff)
downloadopenttd-49cd2374bb6fdb47cb9a92f666ddd6ac1961b841.tar.xz
(svn r9725) -Fix [FS#743]: plane made a 270 degree turn instead of a 90 degree turn on take off from the southern runway.
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 02e5fef26..5d144af21 100644
--- a/src/airport_movement.h
+++ b/src/airport_movement.h
@@ -276,7 +276,7 @@ static const AirportMovingData _airport_moving_data_intercontinental[77] = {
{ 136, 96, AMED_HELI_LOWER, {DIR_N} }, // 56 Land in front of hangar2
{ 126, 104, 0, {DIR_SE} }, // 57 Outway 2
{ 136, 136, 0, {DIR_NE} }, // 58 Airport OUTWAY 2
- { 136, 152, AMED_EXACTPOS, {DIR_SW} }, // 59 Accelerate to end of runway2
+ { 136, 152, AMED_EXACTPOS, {DIR_NE} }, // 59 Accelerate to end of runway2
{ 16, 152, AMED_NOSPDCLAMP, {DIR_N} }, // 60 Release control of runway2, for smoother movement
{ 20, 152, AMED_NOSPDCLAMP, {DIR_N} }, // 61 End of runway2
{ -56, 152, AMED_NOSPDCLAMP | AMED_TAKEOFF, {DIR_N} }, // 62 Take off2