summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_changelog.hpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-03-06 13:04:25 +0000
committerterkhen <terkhen@openttd.org>2010-03-06 13:04:25 +0000
commitef5764f98a665f554d168c10ac4f5b147d7e0dc3 (patch)
treef55c7a6440e27fdb87f4a6b49c32181a8d25a249 /src/ai/api/ai_changelog.hpp
parent3ed1442e055fdc5217378fba14d8003009b048a2 (diff)
downloadopenttd-ef5764f98a665f554d168c10ac4f5b147d7e0dc3.tar.xz
(svn r19349) -Add: [NoAI] AIs can get the power, weight and tractive effort of a road vehicle.
Diffstat (limited to 'src/ai/api/ai_changelog.hpp')
-rw-r--r--src/ai/api/ai_changelog.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp
index 4c0f7f876..3256509bf 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -27,6 +27,9 @@
* Other changes:
* \li AIRoad::BuildRoadStation now allows overbuilding
* \li AIRoad::BuildDriveThroughRoadStation now allows overbuilding
+ * \li AIEngine::GetPower can be used for road vehicles.
+ * \li AIEngine::GetWeight can be used for road vehicles.
+ * \li AIEngine::GetMaxTractiveEffort can be used for road vehicles.
*
* \b 1.0.0
*