diff options
author | yexo <yexo@openttd.org> | 2009-08-08 16:36:06 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-08-08 16:36:06 +0000 |
commit | eff8cb839072c3aa80d1e54b189810061160669a (patch) | |
tree | daf74355b9c9d4f73b998c4249b05423c3988f77 /src/ai/api/ai_changelog.hpp | |
parent | 3dcc195dfa2c06212a44b186496bc558f519d154 (diff) | |
download | openttd-eff8cb839072c3aa80d1e54b189810061160669a.tar.xz |
(svn r17112) -Change [NoAI]: AIVehicleList_Station now also works for waypoints
Diffstat (limited to 'src/ai/api/ai_changelog.hpp')
-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 01e0f7a24..5750ab0ac 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -31,6 +31,7 @@ * \li WAYPOINT_INVALID is now deprecated, use STATION_INVALID instead * \li AIs can create subclasses of API classes and use API constants as part * of their own constants + * \li AIVehicleList_Station now also works for waypoints * * \b 0.7.3 * |