(svn r17049) -Fix [NoAI]: documentation of AITile::LevelTiles was wrong

This commit is contained in:
yexo 2009-08-02 21:07:30 +00:00
parent 926c8b6fef
commit 8112cb8aff

View File

@ -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