summaryrefslogtreecommitdiff
path: root/src/script/api/ai_changelog.hpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-02 23:40:16 +0000
committertruebrain <truebrain@openttd.org>2011-12-02 23:40:16 +0000
commit13c3993e861fc4eb57ac9a81d127db9e378e498e (patch)
tree6801caa10cf32de26482bf3592e47c2982cde78a /src/script/api/ai_changelog.hpp
parentc3026bc6015d45ae5b6dfd9781bd98938d4a7983 (diff)
downloadopenttd-13c3993e861fc4eb57ac9a81d127db9e378e498e.tar.xz
(svn r23397) -Change: remove the AI_ prefix from all AIEvent enums
Diffstat (limited to 'src/script/api/ai_changelog.hpp')
-rw-r--r--src/script/api/ai_changelog.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp
index 99d892497..d69af4324 100644
--- a/src/script/api/ai_changelog.hpp
+++ b/src/script/api/ai_changelog.hpp
@@ -47,6 +47,8 @@
* reflect what it does.
* \li AIInfo has all its configure settings renamed from AICONFIG to just CONFIG
* like CONFIG_RANDOM.
+ * \li AIEvent has all its types renamed from AI_ET_ prefix to just ET_ prefix,
+ * like ET_SUBSIDY_OFFER.
*
* API removals:
* \li AICompany::GetCompanyValue, use AICompany::GetQuarterlyCompanyValue instead.