Mercurial > hg > openttd
diff src/ship_cmd.cpp @ 11361:02313cc6114e draft
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 14 Mar 2009 18:16:29 +0000 |
parents | 557dd16a7c24 |
children | 82c90cd591ab |
line wrap: on
line diff
--- a/src/ship_cmd.cpp +++ b/src/ship_cmd.cpp @@ -602,7 +602,7 @@ if (HasBit(r, VETS_CANNOT_ENTER)) goto reverse_direction; /* A leave station order only needs one tick to get processed, so we can - * always skip ahead. */ + * always skip ahead. */ if (v->current_order.IsType(OT_LEAVESTATION)) { v->current_order.Free(); InvalidateWindowWidget(WC_VEHICLE_VIEW, v->index, VVW_WIDGET_START_STOP_VEH); @@ -612,7 +612,7 @@ GetStation(v->current_order.GetDestination())->IsBuoy() && DistanceManhattan(v->dest_tile, gp.new_tile) <= 3) { /* We got within 3 tiles of our target buoy, so let's skip to our - * next order */ + * next order */ UpdateVehicleTimetable(v, true); v->cur_order_index++; v->current_order.MakeDummy();