summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_changelog.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-10-03 20:21:56 +0000
committerrubidium <rubidium@openttd.org>2011-10-03 20:21:56 +0000
commitf5caf07ee103dd10e134fc2a736e7716fdfe1bc8 (patch)
treefa09a2760db7372347deeddc170668ac7c5f51eb /src/ai/api/ai_changelog.hpp
parent83e8f8bdd3720d08dd52caecca01927726f1784a (diff)
downloadopenttd-f5caf07ee103dd10e134fc2a736e7716fdfe1bc8.tar.xz
(svn r22988) -Fix: don't return ERR_UNKNOWN when the vehicle would become too long
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 d77cb03c2..67875146e 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -27,6 +27,7 @@
* \li AICompany::GetQuarterlyPerformanceRating
* \li AICompany::GetQuarterlyCompanyValue
* \li AITown::GetTownAuthority
+ * \li AIVehicle::ERR_VEHICLE_TOO_LONG in case vehicle length limit is reached
*
* API removals:
* \li AICompany::GetCompanyValue, use AICompany::GetQuarterlyCompanyValue instead.