diff options
author | yexo <yexo@openttd.org> | 2010-02-04 23:18:19 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-02-04 23:18:19 +0000 |
commit | 091d88f5143601a456c3688ff9305f144a5ed6e2 (patch) | |
tree | 54471dd005dd9a741cd3692537eda46f80274530 /src/ai/api/ai_changelog.hpp | |
parent | d858264ca64c09802792457888e6f3506fada46d (diff) | |
download | openttd-091d88f5143601a456c3688ff9305f144a5ed6e2.tar.xz |
(svn r19014) -Add: [NoAI] AIOrder::[G|S]etStopLocation to get/set the stop location of trains in a rail station
Diffstat (limited to 'src/ai/api/ai_changelog.hpp')
-rw-r--r-- | src/ai/api/ai_changelog.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp index fc8b697c8..813ca1669 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -26,6 +26,8 @@ * \li AIInfo::AICONFIG_INGAME * \li AIMarine::GetBuildCost * \li AIOrder::AIOF_GOTO_NEAREST_DEPOT + * \li AIOrder::GetStopLocation + * \li AIOrder::SetStopLocation * \li AIRail::RemoveRailStationTileRectangle * \li AIRail::RemoveRailWaypointTileRectangle * \li AIRail::GetBuildCost |