Changeset - r16722:949b5e7975ba
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2010-12-11 13:42:01
rubidium@openttd.org
(svn r21465) -Cleanup [FS#4295]: remove some dead code (fonsinchen)
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/roadveh_cmd.cpp
Show inline comments
 
@@ -1568,8 +1568,6 @@ static void CheckIfRoadVehNeedsService(R
 
		return;
 
	}
 

	
 
	if (v->current_order.IsType(OT_LOADING)) v->LeaveStation();
 

	
 
	v->current_order.MakeGoToDepot(depot, ODTFB_SERVICE);
 
	v->dest_tile = rfdd.tile;
 
	SetWindowWidgetDirty(WC_VEHICLE_VIEW, v->index, VVW_WIDGET_START_STOP_VEH);
0 comments (0 inline, 0 general)