changeset 12588:6b43cc39eaa2 draft

(svn r17028) -Fix (r17019): a function and class were not mentioned in the changelog
author rubidium <rubidium@openttd.org>
date Sat, 01 Aug 2009 16:59:53 +0000
parents 4b825b4a26a6
children 4e5e65601040
files src/ai/api/ai_changelog.hpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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