aircraft_cmd.c
changeset 3701 fdbb6bcab8a2
parent 3579 4a55e8ce3087
child 3710 44cf97e29c18
equal deleted inserted replaced
3700:e3cbe8238b06 3701:fdbb6bcab8a2
   770 		x = TileX(tile) * TILE_SIZE;
   770 		x = TileX(tile) * TILE_SIZE;
   771 		y = TileY(tile) * TILE_SIZE;
   771 		y = TileY(tile) * TILE_SIZE;
   772 	}
   772 	}
   773 
   773 
   774 	// get airport moving data
   774 	// get airport moving data
   775 	assert(v->u.air.pos < GetAirport(st->airport_type)->nofelements);
   775 	amd = GetAirportMovingData(st->airport_type, v->u.air.pos);
   776 	amd = &_airport_moving_datas[st->airport_type][v->u.air.pos];
       
   777 
   776 
   778 	// Helicopter raise
   777 	// Helicopter raise
   779 	if (amd->flag & AMED_HELI_RAISE) {
   778 	if (amd->flag & AMED_HELI_RAISE) {
   780 		u = v->next->next;
   779 		u = v->next->next;
   781 
   780