diff options
author | yexo <yexo@openttd.org> | 2010-12-29 12:41:01 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-12-29 12:41:01 +0000 |
commit | bfc386fe10ceb58116e88b8000c461da17be810a (patch) | |
tree | 73b435d576ab108c7b6991b7c6ea807505d6349f /src/ai | |
parent | 399a9641fe161fd631a26b7faa0ce63fc136219b (diff) | |
download | openttd-bfc386fe10ceb58116e88b8000c461da17be810a.tar.xz |
(svn r21655) -Add: mention AITown::IsCity in the NoAI changelog
Diffstat (limited to 'src/ai')
-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 a43636791..fe3748a32 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -25,6 +25,7 @@ * \li AIIndustryType::INDUSTRYTYPE_TOWN * \li AIIndustryType::INDUSTRYTYPE_UNKNOWN * \li AIOrder::IsVoidOrder + * \li AITown::IsCity * * API removals: * \li HasNext for all lists. |