airport.h
changeset 909 65cdb609b7a6
parent 699 604af534c65d
child 950 165341d74973
equal deleted inserted replaced
908:283e87112491 909:65cdb609b7a6
    30 	byte nofterminalgroups;				// terminals belong to so many groups (MAX is the nofterminals)
    30 	byte nofterminalgroups;				// terminals belong to so many groups (MAX is the nofterminals)
    31 	byte nofhelipads;							// number of helipads this airport has
    31 	byte nofhelipads;							// number of helipads this airport has
    32 	byte nofhelipadgroups;				// helipads belong to so many groups (MAX is the nofhelipads)
    32 	byte nofhelipadgroups;				// helipads belong to so many groups (MAX is the nofhelipads)
    33 	byte entry_point;							// when an airplane arrives at this airport, enter it at position entry_point
    33 	byte entry_point;							// when an airplane arrives at this airport, enter it at position entry_point
    34 	byte acc_planes;							// accept airplanes or helicopters or both
    34 	byte acc_planes;							// accept airplanes or helicopters or both
    35 	const TileIndex *airport_depots;	// gives the position of the depots on the airports
    35 	const TileIndexDiffC *airport_depots;	// gives the position of the depots on the airports
    36 	byte nof_depots;							// number of depots this airport has
    36 	byte nof_depots;							// number of depots this airport has
    37 	struct AirportFTA *layout;		// state machine for airport
    37 	struct AirportFTA *layout;		// state machine for airport
    38 } AirportFTAClass;
    38 } AirportFTAClass;
    39 
    39 
    40 // internal structure used in openttd - Finite sTate mAchine --> FTA
    40 // internal structure used in openttd - Finite sTate mAchine --> FTA