Mercurial > hg > openttd
diff src/script/api/ai_changelog.hpp @ 19146:e3d1e5f8e6cb draft
(svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrder
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 04 Mar 2012 16:40:06 +0000 |
parents | 84687975fd8f |
children | 93d8ad605622 |
line wrap: on
line diff
--- 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.