summaryrefslogtreecommitdiff
path: root/src/pathfinder/pathfinder_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-02 18:12:24 +0000
committerrubidium <rubidium@openttd.org>2009-12-02 18:12:24 +0000
commit66da3cbb20bcaf29ed3b863c25b291527b56d44a (patch)
treeaca11abc42ffcc2d03407da8a96afa52e3d66211 /src/pathfinder/pathfinder_func.h
parent4ec4fdff36e96321773a2a087784e9fd4ec4105d (diff)
downloadopenttd-66da3cbb20bcaf29ed3b863c25b291527b56d44a.tar.xz
(svn r18383) -Fix (r18375): triggering NOT_REACHED for some waypoints
Diffstat (limited to 'src/pathfinder/pathfinder_func.h')
-rw-r--r--src/pathfinder/pathfinder_func.h1
1 files changed, 0 insertions, 1 deletions
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)