src/airport_movement.h
changeset 6551 ef1f2af9881b
parent 6519 367d6f96e23f
child 6574 e1d1a12faaf7
--- a/src/airport_movement.h	Mon Mar 05 20:00:43 2007 +0000
+++ b/src/airport_movement.h	Mon Mar 05 23:00:43 2007 +0000
@@ -371,7 +371,7 @@
 	{  -31,   69, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 5 - circle #1 (north-east)
 	{  -31,  -49, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 6 - circle #2 (north-west)
 	{   69,  -49, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 7 - circle #3 (south-west)
-	{   70,    9, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 8 - circle #4 (south)
+	{   69,    9, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 8 - circle #4 (south)
 };
 
 ///////////////////////////////////////////////////////////////////////