summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_changelog.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-12-14 22:17:15 +0000
committeryexo <yexo@openttd.org>2009-12-14 22:17:15 +0000
commit65642c5878b4f3c99910e59a33cb62b1f8fa1dc4 (patch)
tree56ca38eae1ae85dfb0f8dd554fb006c3588d9b68 /src/ai/api/ai_changelog.hpp
parentb7263147c1fee884782df34d1cd29b350d53f516 (diff)
downloadopenttd-65642c5878b4f3c99910e59a33cb62b1f8fa1dc4.tar.xz
(svn r18504) -Remove [NoAI]: AIVehicle::SkipToVehicleOrder as it was a duplicate or AIOrder.SkipToOrder
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 61ce3d5a8..309fa681d 100644
--- a/src/ai/api/ai_changelog.hpp
+++ b/src/ai/api/ai_changelog.hpp
@@ -44,6 +44,7 @@
* \li AISubsidy::GetDestination, use AISubsidy::GetDestinationIndex instead
* \li AITile::GetHeight, use AITile::GetMinHeight/GetMaxHeight/GetCornerHeight instead
* \li AITown::GetMaxProduction, use AITown::GetLastMonthProduction instead
+ * \li AIVehicle::SkipToVehicleOrder, use AIOrder::SkipToOrder instead
* \li AIWaypoint::WAYPOINT_INVALID, use AIBaseStation::STATION_INVALID instead
*
* Other changes: