diff options
author | fonsinchen <fonsinchen@openttd.org> | 2014-05-04 13:57:48 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2014-05-04 13:57:48 +0000 |
commit | bb269661d499352754d254c45bc3ef75a1fac370 (patch) | |
tree | 816020d8d1ed92923dd106b48c3b7f8b4df64e08 /src/script/api/ai_changelog.hpp | |
parent | d2357ec435afc6f09ae7a98a42b389efa62e29f0 (diff) | |
download | openttd-bb269661d499352754d254c45bc3ef75a1fac370.tar.xz |
(svn r26557) -Fix: clean up, test (somewhat), and complete the API for waiting cargo
Diffstat (limited to 'src/script/api/ai_changelog.hpp')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index f54495080..92893c269 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -19,6 +19,9 @@ * * 1.5.0 is not yet released. The following changes are not set in stone yet. * + * API additions: + * \li AIStation::GetCargoWaitingFromVia + * * \b 1.4.0 * * API additions: |