Mercurial > hg > openttd
changeset 12606:d5e45bbaee7b draft
(svn r17049) -Fix [NoAI]: documentation of AITile::LevelTiles was wrong
author | yexo <yexo@openttd.org> |
---|---|
date | Sun, 02 Aug 2009 21:07:30 +0000 |
parents | 47e8f91954e6 |
children | 58a2a1840d79 |
files | src/ai/api/ai_tile.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ai/api/ai_tile.hpp +++ b/src/ai/api/ai_tile.hpp @@ -386,7 +386,7 @@ * @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