File diff r14848:8e2ba5b203eb → r14849:27386629fac1
src/ai/api/ai_order.cpp
Show inline comments
 
@@ -181,7 +181,7 @@ static const Order *ResolveOrder(Vehicle
 
			if (v->type != VEH_AIRCRAFT) return ::Depot::Get(order->GetDestination())->xy;
 
			/* Aircraft's hangars are referenced by StationID, not DepotID */
 
			const Station *st = ::Station::Get(order->GetDestination());
 
			if (st->GetAirportSpec()->nof_depots == 0) return INVALID_TILE;
 
			if (st->airport.GetSpec()->nof_depots == 0) return INVALID_TILE;
 
			return st->GetHangarTile(0);
 
		}