(svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrder

This commit is contained in:
rubidium
2012-03-04 16:40:06 +00:00
parent 26df0fb593
commit e6a828def1
9 changed files with 153 additions and 101 deletions

View File

@@ -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.