Changeset - r13857:db1dde54092d
[Not reviewed]
master
0 1 0
yexo - 15 years ago 2009-12-04 09:56:21
yexo@openttd.org
(svn r18396) -Fix [FS#3169]: planes turned too much at the end of the runway when landing at the intercontinental airport~
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/airport_movement.h
Show inline comments
 
@@ -263,7 +263,7 @@ static const AirportMovingData _airport_
 
	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
0 comments (0 inline, 0 general)