File diff r6490:ba88f1f6bfd1 → r6491:6b6c19f090e1
src/pathfind.cpp
Show inline comments
 
@@ -821,7 +821,7 @@ start_at:
 
			}
 

	
 
			/* 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);