--- a/src/ai/api/ai_tile.hpp Mon Mar 31 09:25:03 2008 +0000
+++ b/src/ai/api/ai_tile.hpp Mon Mar 31 09:32:51 2008 +0000
@@ -58,12 +58,12 @@
/**
* Check if this tile is buildable in a rectangle around a tile, with the
* entry in the list as top-left.
- * @note Road and rail are considered buildable.
* @param tile The tile to check on.
* @param width The width of the rectangle.
* @param height The height of the rectangle.
* @pre AIMap::IsValidTile(tile).
* @return True if it is buildable, false if not.
+ * @note Road and rail are considered buildable.
*/
static bool IsBuildableRectangle(TileIndex tile, uint width, uint height);