src/pathfind.cpp
branchgamebalance
changeset 9910 0b2aebc8283e
parent 9908 0fa543611bbe
child 7179 3e123c2b7c93
--- a/src/pathfind.cpp	Wed Jun 13 11:00:24 2007 +0000
+++ b/src/pathfind.cpp	Wed Jun 13 11:17:30 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);