summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_tunnel.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-04-01 08:38:57 +0000
committeryexo <yexo@openttd.org>2009-04-01 08:38:57 +0000
commit57dab45e755a482407bb3cb072165ad29a8f72f2 (patch)
treeeb016a4def0be9cb1cb7f66cc1af0f65c48b1387 /src/ai/api/ai_tunnel.hpp
parent8f831ceebc054abc9d9abf1591bb0ebea9e4b5ab (diff)
downloadopenttd-57dab45e755a482407bb3cb072165ad29a8f72f2.tar.xz
(svn r15910) -Fix [FS#2777]: Clarify that TILE_INVALID is part of AIMap make doxygen output some documentation for it.
Diffstat (limited to 'src/ai/api/ai_tunnel.hpp')
-rw-r--r--src/ai/api/ai_tunnel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_tunnel.hpp b/src/ai/api/ai_tunnel.hpp
index f069c5f49..51d340429 100644
--- a/src/ai/api/ai_tunnel.hpp
+++ b/src/ai/api/ai_tunnel.hpp
@@ -50,7 +50,7 @@ public:
* @param tile The tile that is an entrance to a tunnel or the tile where you may want to build a tunnel.
* @pre AIMap::IsValidTile(tile).
* @return The TileIndex that is the other end of the (would be) tunnel, or
- * TILE_INVALID if no other end was found (can't build tunnel).
+ * AIMap::TILE_INVALID if no other end was found (can't build tunnel).
*/
static TileIndex GetOtherTunnelEnd(TileIndex tile);