1
0
Fork 0

(svn r21465) -Cleanup [FS#4295]: remove some dead code (fonsinchen)

release/1.1
rubidium 2010-12-11 13:42:01 +00:00
parent 2a62be547a
commit fc70825905
1 changed files with 0 additions and 2 deletions

View File

@ -1568,8 +1568,6 @@ static void CheckIfRoadVehNeedsService(RoadVehicle *v)
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);