From 256fa07de6b527304b5c22e9efe02dc4582bd42f Mon Sep 17 00:00:00 2001 From: bjarni Date: Tue, 5 Dec 2006 23:57:04 +0000 Subject: (svn r7389) -Fix: when forcing a vehicle to go to a depot, clear refit orders from current orders (caused refit error popup when not having no orders) --- aircraft_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'aircraft_cmd.c') diff --git a/aircraft_cmd.c b/aircraft_cmd.c index 4fa4fc3f9..016014c8a 100644 --- a/aircraft_cmd.c +++ b/aircraft_cmd.c @@ -558,6 +558,7 @@ int32 CmdSendAircraftToHangar(TileIndex tile, uint32 flags, uint32 p1, uint32 p2 v->current_order.type = OT_GOTO_DEPOT; v->current_order.flags = OF_NON_STOP; if (!(p2 & DEPOT_SERVICE)) SETBIT(v->current_order.flags, OFB_HALT_IN_DEPOT); + v->current_order.refit_cargo = CT_INVALID; v->current_order.dest = next_airport_index; InvalidateWindowWidget(WC_VEHICLE_VIEW, v->index, STATUS_BAR); if (p2 & DEPOT_LOCATE_HANGAR || (p2 & DEPOT_SERVICE && v->u.air.state == FLYING && !next_airport_has_hangar)) { -- cgit v1.2.3-70-g09d2