(svn r8582) -Fix
Reorder the attributes of some structs to reduce their size
This commit is contained in:
@@ -89,12 +89,12 @@ enum {
|
||||
* - REF_SHEDULE (all REFs are currently limited to 16 bits!!)
|
||||
*/
|
||||
typedef struct Order {
|
||||
struct Order *next; ///< Pointer to next order. If NULL, end of list
|
||||
|
||||
OrderTypeByte type;
|
||||
uint8 flags;
|
||||
DestinationID dest; ///< The destionation of the order.
|
||||
|
||||
struct Order *next; ///< Pointer to next order. If NULL, end of list
|
||||
|
||||
OrderID index; ///< Index of the order, is not saved or anything, just for reference
|
||||
|
||||
CargoID refit_cargo; // Refit CargoID
|
||||
|
Reference in New Issue
Block a user