src/train_cmd.c
branchcustombridgeheads
changeset 5647 cbde85c8c878
parent 5643 3778051e8095
--- a/src/train_cmd.c	Wed Jan 03 15:01:15 2007 +0000
+++ b/src/train_cmd.c	Wed Jan 03 20:00:29 2007 +0000
@@ -2254,6 +2254,7 @@
 		 * because in that case the dest_coords are just an
 		 * approximation of where the station is */
 		// found station
+		ttfd->best_bird_dist = 0; // we found destination
 		ttfd->best_track = track;
 		return true;
 	} else {