(svn r8582) -Fix

Reorder the attributes of some structs to reduce their size
This commit is contained in:
tron
2007-02-04 13:46:21 +00:00
parent 3d59cf0573
commit 3690fbcc6e
3 changed files with 12 additions and 11 deletions

View File

@@ -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