implement full character backups on GC
This commit is contained in:
+3
-3
@@ -121,7 +121,7 @@ struct ItemData {
|
||||
parray<be_uint16_t, 6> data1wb;
|
||||
parray<le_uint32_t, 3> data1d;
|
||||
parray<be_uint32_t, 3> data1db;
|
||||
} __attribute__((packed));
|
||||
} __packed__;
|
||||
le_uint32_t id;
|
||||
union {
|
||||
parray<uint8_t, 4> data2;
|
||||
@@ -129,7 +129,7 @@ struct ItemData {
|
||||
parray<be_uint16_t, 2> data2wb;
|
||||
le_uint32_t data2d;
|
||||
be_uint32_t data2db;
|
||||
} __attribute__((packed));
|
||||
} __packed__;
|
||||
|
||||
ItemData();
|
||||
ItemData(const ItemData& other);
|
||||
@@ -195,4 +195,4 @@ struct ItemData {
|
||||
bool empty() const;
|
||||
|
||||
static bool compare_for_sort(const ItemData& a, const ItemData& b);
|
||||
} __attribute__((packed));
|
||||
} __packed_ws__(ItemData, 0x14);
|
||||
|
||||
Reference in New Issue
Block a user