src/order_base.h
changeset 8845 f9ef3bb70e47
parent 8843 45fdf630deaa
child 8848 635cb164edd4
--- a/src/order_base.h	Sun Apr 06 16:49:02 2008 +0000
+++ b/src/order_base.h	Sun Apr 06 21:54:22 2008 +0000
@@ -28,6 +28,7 @@
 	friend const struct SaveLoad *GetOrderDescription();                 ///< Saving and loading of orders.
 
 	OrderTypeByte type;   ///< The type of order
+	uint8 flags;          ///< 'Sub'type of order
 	DestinationID dest;   ///< The destination of the order.
 
 	CargoID refit_cargo;  ///< Refit CargoID
@@ -36,8 +37,6 @@
 public:
 	Order *next;          ///< Pointer to next order. If NULL, end of list
 
-	uint8 flags;          ///< 'Sub'type of order
-
 	uint16 wait_time;    ///< How long in ticks to wait at the destination.
 	uint16 travel_time;  ///< How long in ticks the journey to this destination should take.