Pyramid bag review changes

This commit is contained in:
DizzyEggg
2018-08-30 21:28:03 +02:00
parent 43b74032fa
commit 96f2b995dc
2 changed files with 7 additions and 7 deletions

View File

@@ -754,7 +754,7 @@ u16 BagGetQuantityByPocketPosition(u8 pocketId, u16 pocketPos)
static void SwapItemSlots(struct ItemSlot *a, struct ItemSlot *b)
{
struct ItemSlot temp;
SWAP(*a, *b, temp);
SWAP(*a, *b, temp);
}
void CompactItemsInBagPocket(struct BagPocket *bagPocket)