Changeset - r6934:b83649dffc1d
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-06-17 19:46:01
rubidium@openttd.org
(svn r10187) -Fix: don't do a 270 degree turn on the international airport when a 90 degree turn is enough.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/airport_movement.h
Show inline comments
 
@@ -195,7 +195,7 @@ static const AirportMovingData _airport_
 
	{  193,  104, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 32 Fly to landing position in air
 
	{  105,  104, AMED_NOSPDCLAMP | AMED_LAND,     {DIR_N} }, // 33 Going down for land
 
	{    3,  104, AMED_NOSPDCLAMP | AMED_BRAKE,    {DIR_N} }, // 34 Just landed, brake until end of runway
 
	{   12,  104, 0,                               {DIR_N} }, // 35 Just landed, turn around and taxi 1 square
 
	{   12,  104, AMED_SLOWTURN,                   {DIR_N} }, // 35 Just landed, turn around and taxi 1 square
 
	{    7,   84, 0,                               {DIR_N} }, // 36 Taxi from runway to crossing
 
	{  -31,  209, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 37 Fly around waiting for a landing spot (north-east)
 
	{    1,    6, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 38 Fly around waiting for a landing spot (north-west)
0 comments (0 inline, 0 general)