diff src/script/api/ai_changelog.hpp @ 18553:ad8b29abd4d7 draft

(svn r23397) -Change: remove the AI_ prefix from all AIEvent enums
author truebrain <truebrain@openttd.org>
date Fri, 02 Dec 2011 23:40:16 +0000
parents 9b6f5e29506d
children 820ed7ca5fcc
line wrap: on
line diff
--- 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.