summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-08-01 16:59:53 +0000
committerrubidium <rubidium@openttd.org>2009-08-01 16:59:53 +0000
commitde877e783f00f6d26fb787d03f13a9855e1216c3 (patch)
treebd6ff0d6b5aa6fc996dc167f1c9ac842e916a371 /src
parent338c33db08173c2cc64fe82dbb29b9b7439c9f21 (diff)
downloadopenttd-de877e783f00f6d26fb787d03f13a9855e1216c3.tar.xz
(svn r17028) -Fix (r17019): a function and class were not mentioned in the changelog
Diffstat (limited to 'src')
-rw-r--r--src/ai/api/ai_changelog.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index 0855160cf..d312dbbdb 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -19,9 +19,11 @@
* \li AIAbstractList::SORT_ASCENDING
* \li AIAbstractList::SORT_DESCENDING
* \li AIBaseStation
+ * \li AIBuoyList
* \li AICompany::GetPresidentGender
* \li AICompany::SetPresidentGender
* \li AIEngine::GetDesignDate
+ * \li AIRail::RemoveRailWaypointTileRect
*
* Other changes:
* \li The GetName / SetName / GetLocation functions were moved from AIStation