summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-04-09 22:29:10 +0000
committeryexo <yexo@openttd.org>2010-04-09 22:29:10 +0000
commit677e410b0a4a38262fa8105c36d2ee15fb17c8f6 (patch)
treebc5f8839d019250b07026160dc6351c0e6c47420
parent1eb7133526dda5359d3ca01a23f386781b16cc63 (diff)
downloadopenttd-677e410b0a4a38262fa8105c36d2ee15fb17c8f6.tar.xz
(svn r19595) -Doc: mention the addition of AIRail::GetMaxSpeed in the AI changelog
-rw-r--r--src/ai/api/ai_changelog.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index e866d1014..3474a1209 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -20,6 +20,7 @@
*
* API additions:
* \li IsEnd for all lists.
+ * \li AIRail::GetMaxSpeed
*
* API removals:
* \li HasNext for all lists.