Fixed linux compilation
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1496 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
5d3ade0267
commit
aa9e0c5aa0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user