airport.c
changeset 222 b88456001397
parent 69 f8c29cdb388e
child 679 04ca2cd69420
equal deleted inserted replaced
221:124a804562a5 222:b88456001397
    86 	Airport->nofterminalgroups = nofterminalgroups;
    86 	Airport->nofterminalgroups = nofterminalgroups;
    87 	Airport->nofhelipads = nofhelipads;
    87 	Airport->nofhelipads = nofhelipads;
    88 	Airport->nofhelipadgroups = nofhelipadgroups;
    88 	Airport->nofhelipadgroups = nofhelipadgroups;
    89 	Airport->acc_planes = acc_planes;
    89 	Airport->acc_planes = acc_planes;
    90 	Airport->entry_point = entry_point;
    90 	Airport->entry_point = entry_point;
    91 	Airport->airport_depots = (uint16*)depots;
    91 	Airport->airport_depots = (const uint16*)depots;
    92 
    92 
    93 
    93 
    94 	// build the state machine
    94 	// build the state machine
    95 	AirportBuildAutomata(Airport, FA);
    95 	AirportBuildAutomata(Airport, FA);
    96 		DEBUG(misc, 1) ("#Elements %2d; #Terminals %2d in %d group(s); #Helipads %2d in %d group(s)", Airport->nofelements,
    96 		DEBUG(misc, 1) ("#Elements %2d; #Terminals %2d in %d group(s); #Helipads %2d in %d group(s)", Airport->nofelements,