File diff r5258:3db190a590f0 → r5259:879d5ddf2469
ship_cmd.c
Show inline comments
 
@@ -1030,6 +1030,7 @@ int32 CmdSendShipToDepot(TileIndex tile,
 
		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 = dep->index;
 
		InvalidateWindowWidget(WC_VEHICLE_VIEW, v->index, STATUS_BAR);
 
	}