summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_changelog.hpp
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2010-07-02 16:34:11 +0000
committermichi_cc <michi_cc@openttd.org>2010-07-02 16:34:11 +0000
commit34f32cbbf47b2cb332b51342c429da93856281d7 (patch)
treecfeca95505173e09a25326035c3d643de143b587 /src/ai/api/ai_changelog.hpp
parenta75583bbb6d600d51f76edc396279aa0fe6f4c32 (diff)
downloadopenttd-34f32cbbf47b2cb332b51342c429da93856281d7.tar.xz
(svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype.
Diffstat (limited to 'src/ai/api/ai_changelog.hpp')
-rw-r--r--src/ai/api/ai_changelog.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index c748066cd..e907ce007 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -22,6 +22,7 @@
* \li IsEnd for all lists.
* \li AIIndustry::GetIndustryID
* \li AIRail::GetMaxSpeed
+ * \li AIRail::ERR_RAILTYPE_DISALLOWS_CROSSING
*
* API removals:
* \li HasNext for all lists.