From 54db96be43bbb94f3d5193647be2f787a192f358 Mon Sep 17 00:00:00 2001 From: fonsinchen Date: Sun, 20 Oct 2013 13:47:58 +0000 Subject: (svn r25891) -Feature: Use smallstack to allow for multiple next hops when loading and unloading. --- src/order_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/order_base.h') diff --git a/src/order_base.h b/src/order_base.h index 9965b9e5f..85d8a05a7 100644 --- a/src/order_base.h +++ b/src/order_base.h @@ -263,7 +263,7 @@ public: */ inline VehicleOrderID GetNumManualOrders() const { return this->num_manual_orders; } - StationID GetNextStoppingStation(const Vehicle *v, const Order *first = NULL) const; + StationIDStack GetNextStoppingStation(const Vehicle *v, const Order *first = NULL) const; const Order *GetNextDecisionNode(const Order *next, uint hops) const; void InsertOrderAt(Order *new_order, int index); -- cgit v1.2.3-54-g00ecf