diff options
author | frosch <frosch@openttd.org> | 2014-04-27 15:45:53 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2014-04-27 15:45:53 +0000 |
commit | 083e02afe119a3119c052a97f27aecda2e45bb87 (patch) | |
tree | 102b87f43d2e9c569b547bb9f3699925c7deb74f /src/script/api | |
parent | 0ba81bff1773ed66cbd00ef976e4834abf132f41 (diff) | |
download | openttd-083e02afe119a3119c052a97f27aecda2e45bb87.tar.xz |
(svn r26529) -Merge: documentation updates from 1.4 branch
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 2 | ||||
-rw-r--r-- | src/script/api/game_changelog.hpp | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index 7df7027ab..f54495080 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -21,8 +21,6 @@ * * \b 1.4.0 * - * 1.4.0 is not yet released. The following changes are not set in stone yet. - * * API additions: * \li AICargo::GetDistributionType * \li AIDate::DATE_INVALID diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 6da64c23b..632296cd9 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -21,8 +21,6 @@ * * \b 1.4.0 * - * 1.4.0 is not yet released. The following changes are not set in stone yet. - * * API additions: * \li AICargo::GetDistributionType * \li GSCompany::ChangeBankBalance |