Changeset - r26944:7212bec0c643
[Not reviewed]
master
0 1 0
Loïc Guilloux - 18 months ago 2023-03-01 22:53:50
glx22@users.noreply.github.com
Cleanup 54db96b: Left-over function declaration (#10528)
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/order_base.h
Show inline comments
 
@@ -262,8 +262,6 @@ private:
 
	friend void AfterLoadVehicles(bool part_of_load); ///< For instantiating the shared vehicle chain
 
	friend SaveLoadTable GetOrderListDescription(); ///< Saving and loading of order lists.
 

	
 
	StationID GetBestLoadableNext(const Vehicle *v, const Order *o1, const Order *o2) const;
 

	
 
	Order *first;                     ///< First order of the order list.
 
	VehicleOrderID num_orders;        ///< NOSAVE: How many orders there are in the list.
 
	VehicleOrderID num_manual_orders; ///< NOSAVE: How many manually added orders are there in the list.
0 comments (0 inline, 0 general)