summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-09-20 19:01:38 +0000
committeryexo <yexo@openttd.org>2009-09-20 19:01:38 +0000
commitbbce4fba25108c929df5689da0af896828d95fa4 (patch)
treedf095679531f8c4d12195c0791fd17a70f65e04b /src
parent9cf2e921599e222a58884179e6c435f731f3d149 (diff)
downloadopenttd-bbce4fba25108c929df5689da0af896828d95fa4.tar.xz
(svn r17593) -Fix (r17591): as always after a noai commit ...
Diffstat (limited to 'src')
-rw-r--r--src/ai/api/ai_changelog.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index 4a00b85ea..e2c02158e 100644
--- 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