changeset 12988:6e086aa128a1 draft

(svn r17482) -Fix (r17405): helicopters were not able to land anymore on the intercontinental airport
author yexo <yexo@openttd.org>
date Tue, 08 Sep 2009 23:05:28 +0000
parents 9edddc9980f5
children 6beea589ef72
files src/airport_movement.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/airport_movement.h
+++ b/src/airport_movement.h
@@ -271,8 +271,8 @@
 	{   56, -168, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 45 Fly around waiting for a landing spot (south-west)
 	{  312,   88, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 46 Fly around waiting for a landing spot (south)
 	/* Helicopter */
-	{   96,   40, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 47 Bufferspace before helipad
-	{   96,   40, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 48 Bufferspace before helipad
+	{   96,   40, AMED_NOSPDCLAMP,                 {DIR_N} }, // 47 Bufferspace before helipad
+	{   96,   40, AMED_NOSPDCLAMP,                 {DIR_N} }, // 48 Bufferspace before helipad
 	{   82,   54, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 49 Get in position for Helipad1
 	{   64,   56, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 50 Get in position for Helipad2
 	{   81,   55, AMED_HELI_LOWER,                 {DIR_N} }, // 51 Land at Helipad1