From 66da3cbb20bcaf29ed3b863c25b291527b56d44a Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 2 Dec 2009 18:12:24 +0000 Subject: (svn r18383) -Fix (r18375): triggering NOT_REACHED for some waypoints --- src/pathfinder/pathfinder_func.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pathfinder/pathfinder_func.h') diff --git a/src/pathfinder/pathfinder_func.h b/src/pathfinder/pathfinder_func.h index 7f5226a52..411b49f25 100644 --- a/src/pathfinder/pathfinder_func.h +++ b/src/pathfinder/pathfinder_func.h @@ -22,7 +22,6 @@ * @param station The station to calculate the distance to * @param tile The tile from where to calculate the distance * @param station_type the station type to get the closest tile of - * @note for simplification STATION_RAIL is also used for waypoints! * @return The closest station tile to the given tile. */ static inline TileIndex CalcClosestStationTile(StationID station, TileIndex tile, StationType station_type) -- cgit v1.2.3-54-g00ecf