src/pathfind.cpp
branchcpp_gui
changeset 6308 646711c5feaa
parent 6307 f40e88cff863
child 7179 3e123c2b7c93
--- a/src/pathfind.cpp	Sun Apr 15 17:04:44 2007 +0000
+++ b/src/pathfind.cpp	Sat Apr 21 08:23:57 2007 +0000
@@ -821,7 +821,7 @@
 			}
 
 			/* If we reach here, the tile has exactly one track, and this
-			 track is reachable => Rail segment continues */
+			 track is reachable = > Rail segment continues */
 
 			track = _new_trackdir[FIND_FIRST_BIT(bits)][direction];
 			assert(track != INVALID_TRACKDIR);