remove packed attr on shipgate player struct
This commit is contained in:
+1
-1
@@ -424,7 +424,7 @@ struct Player {
|
|||||||
void add_item(const PlayerInventoryItem& item);
|
void add_item(const PlayerInventoryItem& item);
|
||||||
void remove_item(uint32_t item_id, uint32_t amount, PlayerInventoryItem* item);
|
void remove_item(uint32_t item_id, uint32_t amount, PlayerInventoryItem* item);
|
||||||
size_t find_item(uint32_t item_id);
|
size_t find_item(uint32_t item_id);
|
||||||
} __attribute__((packed));
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user