order_cmd.c
branch0.4
changeset 10011 66a5c07b4bae
parent 9959 984493ab6fff
--- a/order_cmd.c	Wed May 03 21:57:09 2006 +0000
+++ b/order_cmd.c	Tue May 16 21:38:41 2006 +0000
@@ -323,8 +323,7 @@
 	/* For ships, make sure that the station is not too far away from the
 	 * previous destination, for human players with new pathfinding disabled */
 	if (v->type == VEH_Ship && IS_HUMAN_PLAYER(v->owner) &&
-		sel_ord != 0 && GetVehicleOrder(v, sel_ord - 1)->type == OT_GOTO_STATION
-		&& !_patches.new_pathfinding_all) {
+		sel_ord != 0 && GetVehicleOrder(v, sel_ord - 1)->type == OT_GOTO_STATION) {
 
 		int dist = DistanceManhattan(
 			GetStation(GetVehicleOrder(v, sel_ord - 1)->station)->xy,