changeset 17255:de0ad7ca4b89 draft

(svn r21995) -Cleanup (r21994): Remove obsolete comment.
author frosch <frosch@openttd.org>
date Sun, 06 Feb 2011 14:33:04 +0000
parents 7150b98d13a7
children a0aa13a12f16
files src/map.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -336,7 +336,6 @@
  * @param tile  the tile to find the distance too
  * @param water whether to find water or land
  * @return distance to nearest water (max 0x7F) / land (max 0x1FF; 0x200 if there is no land)
- * @note FAILS when an industry should be seen as water
  */
 uint GetClosestWaterDistance(TileIndex tile, bool water)
 {