30 if (CleaningPool())
return;
32 Order *o = this->orders;
62 FOR_VEHICLE_ORDERS(v, order) {
78 if (this->
clone != NULL) {
109 if (ob->
user == user)
delete ob;
177 if (ob->
user != user)
continue;
196 #ifdef ENABLE_NETWORK
205 if (ob->
user != user)
continue;
246 if (ob->
clone == v) {
250 if (ob->
clone == NULL)
delete ob;
267 if (ot == OT_IMPLICIT || (
IsHangarTile(ob->
tile) && ot == OT_GOTO_DEPOT)) ot = OT_GOTO_STATION;
268 if (ot == type && order->GetDestination() == destination) {