changeset 13093:696b879cb1b3 draft

(svn r17593) -Fix (r17591): as always after a noai commit ...
author yexo <yexo@openttd.org>
date Sun, 20 Sep 2009 19:01:38 +0000
parents d755cf7553ef
children c72c656565a6
files src/ai/api/ai_changelog.hpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -75,6 +75,7 @@
  * API additions:
  * \li AIAbstractList::SORT_ASCENDING
  * \li AIAbstractList::SORT_DESCENDING
+ * \li AIAirport::IsAirportInformationAvailable
  * \li AICompany::GetPresidentGender
  * \li AICompany::SetPresidentGender
  * \li AIEngine::GetDesignDate
@@ -83,7 +84,7 @@
  * Other changes:
  * \li AIs are now killed when they execute a DoCommand or Sleep at a time
  *     they are not allowed to do so.
- * \li When the API requests a string as parameter you can give ever squirrel
+ * \li When the API requests a string as parameter you can give every squirrel
  *     type and it'll be converted to a string
  * \li AIs can create subclasses of API classes and use API constants as part
  *     of their own constants