File diff r17554:5c50ac4e916a → r17555:968dbbbb3b04
src/roadveh_cmd.cpp
Show inline comments
 
@@ -1580,6 +1580,7 @@ static void CheckIfRoadVehNeedsService(R
 
		return;
 
	}
 

	
 
	SetBit(v->gv_flags, GVF_SUPPRESS_AUTOMATIC_ORDERS);
 
	v->current_order.MakeGoToDepot(depot, ODTFB_SERVICE);
 
	v->dest_tile = rfdd.tile;
 
	SetWindowWidgetDirty(WC_VEHICLE_VIEW, v->index, VVW_WIDGET_START_STOP_VEH);