summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_vehicle.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_vehicle.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_vehicle.hpp')
-rw-r--r--src/ai/api/ai_vehicle.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ai/api/ai_vehicle.hpp b/src/ai/api/ai_vehicle.hpp
index dfe056fe9..3e050b570 100644
--- a/src/ai/api/ai_vehicle.hpp
+++ b/src/ai/api/ai_vehicle.hpp
@@ -460,15 +460,6 @@ public:
static bool StartStopVehicle(VehicleID vehicle_id);
/**
- * Skips the current order of the given vehicle.
- * @param vehicle_id The vehicle to skip the order for.
- * @param order_position The selected order to which we want to skip.
- * @pre IsValidVehicleOrder(vehicle_id, order_position).
- * @return True if and only if the order has been skipped.
- */
- static bool SkipToVehicleOrder(VehicleID vehicle_id, AIOrder::OrderPosition order_position);
-
- /**
* Turn the given vehicle so it'll drive the other way.
* @param vehicle_id The vehicle to turn.
* @pre IsValidVehicle(vehicle_id).