summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-02-06 14:33:04 +0000
committerfrosch <frosch@openttd.org>2011-02-06 14:33:04 +0000
commit8b2f2c09e54c06d7f8b6417c3feaa7f59ecb9118 (patch)
treecd6e76324de496978d271835c0d4e05381208d4d
parenta8859bbff95d3d2bd92edd456bc954d7da14000e (diff)
downloadopenttd-8b2f2c09e54c06d7f8b6417c3feaa7f59ecb9118.tar.xz
(svn r21995) -Cleanup (r21994): Remove obsolete comment.
-rw-r--r--src/map.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp
index c44ed6893..fa942b098 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -336,7 +336,6 @@ bool CircularTileSearch(TileIndex *tile, uint radius, uint w, uint h, TestTileOn
* @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)
{