diff options
author | rubidium <rubidium@openttd.org> | 2009-08-01 16:59:53 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-01 16:59:53 +0000 |
commit | de877e783f00f6d26fb787d03f13a9855e1216c3 (patch) | |
tree | bd6ff0d6b5aa6fc996dc167f1c9ac842e916a371 /src/ai/api | |
parent | 338c33db08173c2cc64fe82dbb29b9b7439c9f21 (diff) | |
download | openttd-de877e783f00f6d26fb787d03f13a9855e1216c3.tar.xz |
(svn r17028) -Fix (r17019): a function and class were not mentioned in the changelog
Diffstat (limited to 'src/ai/api')
-rw-r--r-- | src/ai/api/ai_changelog.hpp | 2 |
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 |