mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-24 06:00:05 +01:00
(svn r21995) -Cleanup (r21994): Remove obsolete comment.
This commit is contained in:
parent
a8859bbff9
commit
8b2f2c09e5
@ -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 tile the tile to find the distance too
|
||||||
* @param water whether to find water or land
|
* @param water whether to find water or land
|
||||||
* @return distance to nearest water (max 0x7F) / land (max 0x1FF; 0x200 if there is no 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)
|
uint GetClosestWaterDistance(TileIndex tile, bool water)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user