remove packed attr on shipgate player struct

This commit is contained in:
Martin Michelsen
2022-03-29 00:16:09 -07:00
parent 5c388c4052
commit 2e9e65f028
+1 -1
View File
@@ -424,7 +424,7 @@ struct Player {
void add_item(const PlayerInventoryItem& item);
void remove_item(uint32_t item_id, uint32_t amount, PlayerInventoryItem* item);
size_t find_item(uint32_t item_id);
} __attribute__((packed));
};