# HG changeset patch # User rubidium # Date 1194786291 0 # Node ID b9ef72f3e4dc358f9241b69fdc46decc1c88ea15 # Parent 49a1d9b9d937bb8acd7051c24a7384fcd6e572d3 (svn r11408) -Fix [FS#1422]: do not do a 270 degree turn when 90 degrees is enough on a commuter airport. diff -r 49a1d9b9d937 -r b9ef72f3e4dc src/airport_movement.h --- a/src/airport_movement.h Sun Nov 11 12:34:44 2007 +0000 +++ b/src/airport_movement.h Sun Nov 11 13:04:51 2007 +0000 @@ -72,7 +72,7 @@ { 145, 54, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 16 Fly to landing position in air { 73, 54, AMED_NOSPDCLAMP | AMED_LAND, {DIR_N} }, // 17 Going down for land { 3, 54, AMED_NOSPDCLAMP | AMED_BRAKE, {DIR_N} }, // 18 Just landed, brake until end of runway - { 12, 54, 0, {DIR_NW} }, // 19 Just landed, turn around and taxi + { 12, 54, AMED_SLOWTURN, {DIR_NW} }, // 19 Just landed, turn around and taxi { 8, 32, 0, {DIR_NW} }, // 20 Taxi from runway to crossing { -31, 149, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 21 Fly around waiting for a landing spot (north-east) { 1, 6, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 22 Fly around waiting for a landing spot (north-west)