summaryrefslogtreecommitdiff
path: root/src/pathfinder/pathfinder_func.h
diff options
context:
space:
mode:
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)