From c8284c2a5c0825d12bc10c06fa20696d05b45a83 Mon Sep 17 00:00:00 2001 From: yexo Date: Fri, 4 Dec 2009 09:56:21 +0000 Subject: (svn r18396) -Fix [FS#3169]: planes turned too much at the end of the runway when landing at the intercontinental airport~ --- src/airport_movement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/airport_movement.h') diff --git a/src/airport_movement.h b/src/airport_movement.h index 66e52cac2..251ec3d0a 100644 --- a/src/airport_movement.h +++ b/src/airport_movement.h @@ -263,7 +263,7 @@ static const AirportMovingData _airport_moving_data_intercontinental[77] = { AMD( 197, 24, AMED_NOSPDCLAMP | AMED_TAKEOFF, DIR_N ), // 35 Take off AMD( 254, 84, AMED_NOSPDCLAMP | AMED_SLOWTURN, DIR_N ), // 36 Flying to landing position in air AMD( 117, 168, AMED_NOSPDCLAMP | AMED_LAND, DIR_N ), // 37 Going down for land - AMD( 3, 168, AMED_NOSPDCLAMP | AMED_BRAKE, DIR_N ), // 38 Just landed, brake until end of runway + AMD( 8, 168, AMED_NOSPDCLAMP | AMED_BRAKE, DIR_N ), // 38 Just landed, brake until end of runway AMD( 8, 168, 0, DIR_N ), // 39 Just landed, turn around and taxi AMD( 8, 144, 0, DIR_NW), // 40 Taxi from runway AMD( 8, 128, 0, DIR_NW), // 41 Taxi from runway -- cgit v1.2.3-70-g09d2