369 { 23, 9, AMED_HELI_LOWER, {DIR_N} }, // 3 - Land |
369 { 23, 9, AMED_HELI_LOWER, {DIR_N} }, // 3 - Land |
370 { 28, 9, 0, {DIR_N} }, // 4 - Goto terminal on ground |
370 { 28, 9, 0, {DIR_N} }, // 4 - Goto terminal on ground |
371 { -31, 69, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 5 - circle #1 (north-east) |
371 { -31, 69, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 5 - circle #1 (north-east) |
372 { -31, -49, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 6 - circle #2 (north-west) |
372 { -31, -49, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 6 - circle #2 (north-west) |
373 { 69, -49, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 7 - circle #3 (south-west) |
373 { 69, -49, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 7 - circle #3 (south-west) |
374 { 70, 9, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 8 - circle #4 (south) |
374 { 69, 9, AMED_NOSPDCLAMP | AMED_SLOWTURN, {DIR_N} }, // 8 - circle #4 (south) |
375 }; |
375 }; |
376 |
376 |
377 /////////////////////////////////////////////////////////////////////// |
377 /////////////////////////////////////////////////////////////////////// |
378 /////**********Movement Machine on Airports*********************/////// |
378 /////**********Movement Machine on Airports*********************/////// |
379 /* First element of terminals array tells us how many depots there are (to know size of array) |
379 /* First element of terminals array tells us how many depots there are (to know size of array) |