Changeset - r17245:f765c97a427c
[Not reviewed]
master
0 1 0
frosch - 14 years ago 2011-02-06 14:33:04
frosch@openttd.org
(svn r21995) -Cleanup (r21994): Remove obsolete comment.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/map.cpp
Show inline comments
 
@@ -336,7 +336,6 @@ bool CircularTileSearch(TileIndex *tile,
 
 * @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)
 
{
0 comments (0 inline, 0 general)