diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/Inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Inventory.h b/source/Inventory.h index af4beb699..351d900dc 100644 --- a/source/Inventory.h +++ b/source/Inventory.h @@ -53,7 +53,7 @@ public: int GetEquippedSlotNum(void) { return m_EquippedSlotNum; } /// Adds the specified damage to the specified item; deletes the item and returns true if the item broke. - bool cInventory::DamageItem(int a_SlotNum, short a_Amount); + bool DamageItem(int a_SlotNum, short a_Amount); /// Adds the specified damage to the currently held item; deletes the item and returns true if the item broke. bool DamageEquippedItem(short a_Amount = 1); |