diff options
author | yexo <yexo@openttd.org> | 2009-08-02 21:07:30 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-08-02 21:07:30 +0000 |
commit | 8112cb8aff2381c0100b360dab8cafcc3d03f351 (patch) | |
tree | 34f6d8c68f3dc66806752d4a28ec2907134c00cd /src/ai | |
parent | 926c8b6fef2a01140ecc733f0130f55faac89e75 (diff) | |
download | openttd-8112cb8aff2381c0100b360dab8cafcc3d03f351.tar.xz |
(svn r17049) -Fix [NoAI]: documentation of AITile::LevelTiles was wrong
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/api/ai_tile.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_tile.hpp b/src/ai/api/ai_tile.hpp index 78abfde73..589792513 100644 --- a/src/ai/api/ai_tile.hpp +++ b/src/ai/api/ai_tile.hpp @@ -386,7 +386,7 @@ public: * @pre end_tile < AIMap::GetMapSize(). * @exception AIError::ERR_AREA_NOT_CLEAR * @exception AIError::ERR_TOO_CLOSE_TO_EDGE - * @return True if and only if the area was completely leveled. + * @return True if one or more tiles were leveled. * @note Even if leveling some part fails, some other part may have been * succesfully leveled already. * @note This function may return true in AITestMode, although it fails in |