(svn r18504) -Remove [NoAI]: AIVehicle::SkipToVehicleOrder as it was a duplicate or AIOrder.SkipToOrder

This commit is contained in:
yexo
2009-12-14 22:17:15 +00:00
parent 4d628ea48c
commit 9b5219c17b
5 changed files with 6 additions and 15 deletions

View File

@@ -459,15 +459,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.