diff options
author | terkhen <terkhen@openttd.org> | 2010-02-24 21:55:03 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-02-24 21:55:03 +0000 |
commit | a4a66ec1aa2a7772ed174b8dcc1905e9bc5dd02d (patch) | |
tree | f51b3f2e3540e485a807591436e56978483539db /src/ai/api | |
parent | aba24e44cf76479a33e78cc0a8d6d5279aeef00b (diff) | |
download | openttd-a4a66ec1aa2a7772ed174b8dcc1905e9bc5dd02d.tar.xz |
(svn r19231) -Feature: Allow overbuilding of road stops.
Diffstat (limited to 'src/ai/api')
-rw-r--r-- | src/ai/api/ai_changelog.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp index d554b4418..16b9505b7 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -18,6 +18,10 @@ * * 1.1.0 is not yet released. The following changes are not set in stone yet. * + * Other changes: + * \li AIRoad::BuildRoadStation now allows overbuilding + * \li AIRoad::BuildDriveThroughRoadStation now allows overbuilding + * * \b 1.0.0 * * 1.0.0 is not yet released. The following changes are not set in stone yet. |