diff options
author | yexo <yexo@openttd.org> | 2010-04-09 22:29:10 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-04-09 22:29:10 +0000 |
commit | 677e410b0a4a38262fa8105c36d2ee15fb17c8f6 (patch) | |
tree | bc5f8839d019250b07026160dc6351c0e6c47420 /src/ai | |
parent | 1eb7133526dda5359d3ca01a23f386781b16cc63 (diff) | |
download | openttd-677e410b0a4a38262fa8105c36d2ee15fb17c8f6.tar.xz |
(svn r19595) -Doc: mention the addition of AIRail::GetMaxSpeed in the AI changelog
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/api/ai_changelog.hpp | 1 |
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. |