airport_movement.h
changeset 4843 724322df355a
parent 4842 0757e12896c5
child 4844 15faacbff622
equal deleted inserted replaced
4842:0757e12896c5 4843:724322df355a
   367 	{   70,    9, AMED_NOSPDCLAMP | AMED_SLOWTURN, 0 }, // 8 - circle #4 (south)
   367 	{   70,    9, AMED_NOSPDCLAMP | AMED_SLOWTURN, 0 }, // 8 - circle #4 (south)
   368 };
   368 };
   369 
   369 
   370 ///////////////////////////////////////////////////////////////////////
   370 ///////////////////////////////////////////////////////////////////////
   371 /////**********Movement Machine on Airports*********************///////
   371 /////**********Movement Machine on Airports*********************///////
   372 // first element of depots array tells us how many depots there are (to know size of array)
   372 /* First element of depots array tells us how many depots there are (to know size of array)
   373 // this may be changed later when airports are moved to external file
   373  * this may be changed later when airports are moved to external file
   374 
   374  * First element of terminals array tells us how many terminal-groups there are */
   375 static const TileIndexDiffC _airport_depots_country[] = {{3, 0}};
   375 static const TileIndexDiffC _airport_depots_country[] = {{3, 0}};
   376 static const byte _airport_terminal_country[] = {1, 2};
   376 static const byte _airport_terminal_country[] = {1, 2};
   377 static const AirportFTAbuildup _airport_fta_country[] = {
   377 static const AirportFTAbuildup _airport_fta_country[] = {
   378 	{  0, HANGAR, NOTHING_block, 1 },
   378 	{  0, HANGAR, NOTHING_block, 1 },
   379 	{  1, 255, AIRPORT_BUSY_block, 0 }, { 1, HANGAR, 0, 0 }, { 1, TERM1, TERM1_block, 2 }, { 1, TERM2, 0, 4 }, { 1, HELITAKEOFF, 0, 19 }, { 1, 0, 0, 6 },
   379 	{  1, 255, AIRPORT_BUSY_block, 0 }, { 1, HANGAR, 0, 0 }, { 1, TERM1, TERM1_block, 2 }, { 1, TERM2, 0, 4 }, { 1, HELITAKEOFF, 0, 19 }, { 1, 0, 0, 6 },