(svn r22988) -Fix: don't return ERR_UNKNOWN when the vehicle would become too long

This commit is contained in:
rubidium
2011-10-03 20:21:56 +00:00
parent d00339ea0f
commit 2ac7cbada3
3 changed files with 6 additions and 0 deletions

View File

@@ -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.