summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index c3a74b52..edadd7a0 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -134,8 +134,6 @@ class LocalPlayer : public Player
virtual Type getType() const;
void clearInventory();
- void addInvItem(int id, int quantity, bool equipment);
- void addInvItem(int index, int id, int quantity, bool equipment);
Item* getInvItem(int index);
/**
@@ -146,7 +144,7 @@ class LocalPlayer : public Player
/**
* Unequips an item.
*/
- void unequipItem(Item *item);
+ void unequipItem(int slot);
void useItem(Item *item);
void dropItem(Item *item, int quantity);