diff options
author | rubidium <rubidium@openttd.org> | 2010-12-31 09:43:42 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-12-31 09:43:42 +0000 |
commit | e166a0eaed0dbbd660d381743127e502bc31df97 (patch) | |
tree | a57a0f877433d1f8f2e857036628a03c460a1443 /src/ai/api | |
parent | 65e04c8a38083d5b61410f29091afee9ef2bac3c (diff) | |
download | openttd-e166a0eaed0dbbd660d381743127e502bc31df97.tar.xz |
(svn r21672) -Fix: mention AIEventTownFounded in the AI changelog as well
Diffstat (limited to 'src/ai/api')
-rw-r--r-- | src/ai/api/ai_changelog.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp index 19e6de8fa..99d891425 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -21,6 +21,7 @@ * * API additions: * \li IsEnd for all lists. + * \li AIEventTownFounded * \li AIIndustry::GetIndustryID * \li AIIndustryType::INDUSTRYTYPE_TOWN * \li AIIndustryType::INDUSTRYTYPE_UNKNOWN |