1
0
Fork 0

Fixed item-breaking.

This fixes #232.
This commit is contained in:
madmaxoft 2013-10-18 18:01:19 +02:00
parent 5d4fa298d3
commit 546dbf3c53
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ bool cInventory::DamageItem(int a_SlotNum, short a_Amount)
}
// The item has broken, remove it:
Grid->EmptySlot(a_SlotNum);
Grid->EmptySlot(GridSlotNum);
return true;
}