summaryrefslogtreecommitdiff
path: root/src/script/api/ai_changelog.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-03-04 16:40:06 +0000
committerrubidium <rubidium@openttd.org>2012-03-04 16:40:06 +0000
commite6a828def1b25671b4115903cb81d97c4e2348d6 (patch)
tree2940dc3adf4fef35d6e7a32540dd08b5e408a3ea /src/script/api/ai_changelog.hpp
parent26df0fb5938733000d01b0ac263449b4a3c1371b (diff)
downloadopenttd-e6a828def1b25671b4115903cb81d97c4e2348d6.tar.xz
(svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrder
Diffstat (limited to 'src/script/api/ai_changelog.hpp')
-rw-r--r--src/script/api/ai_changelog.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp
index 03aee661a..d360e465f 100644
--- a/src/script/api/ai_changelog.hpp
+++ b/src/script/api/ai_changelog.hpp
@@ -62,6 +62,7 @@
* like CONFIG_RANDOM.
* \li AIEvent has all its types renamed from AI_ET_ prefix to just ET_ prefix,
* like ET_SUBSIDY_OFFER.
+ * \li AIOrder has all its types renamed from AIOF_ prefix to just OF_ prefix.
*
* API removals:
* \li AICompany::GetCompanyValue, use AICompany::GetQuarterlyCompanyValue instead.