File diff r5258:3db190a590f0 → r5259:879d5ddf2469
roadveh_cmd.c
Show inline comments
 
@@ -420,6 +420,7 @@ int32 CmdSendRoadVehToDepot(TileIndex ti
 
		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;
 
		v->dest_tile = dep->xy;
 
		InvalidateWindowWidget(WC_VEHICLE_VIEW, v->index, STATUS_BAR);