From 0d54db5f9fb3a3987f908645ca9693684f34674b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 3 Jan 2009 13:52:06 +0000 Subject: (svn r14803) -Codechange: move order list management into it's own class and remove the order count from the savegame as we can easily count that (PhilSophus) --- src/order_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/order_type.h') diff --git a/src/order_type.h b/src/order_type.h index 3ffbdb6f1..55653b825 100644 --- a/src/order_type.h +++ b/src/order_type.h @@ -9,6 +9,7 @@ typedef byte VehicleOrderID; ///< The index of an order within its current vehicle (not pool related) typedef uint16 OrderID; +typedef uint16 OrderListID; typedef uint16 DestinationID; enum { @@ -149,5 +150,6 @@ enum { }; struct Order; +struct OrderList; #endif /* ORDER_TYPE_H */ -- cgit v1.2.3-54-g00ecf