diff options
Diffstat (limited to 'src/script/api/ai_changelog.hpp')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 2 |
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. |