diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-14 21:41:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-14 21:41:38 +0300 |
commit | 1884c7ebfce2f9a2723da41be09cde5e7e14938e (patch) | |
tree | bd0ca87ffdacdb97af37eaf2fcdd835f7ebe877e /src/localplayer.h | |
parent | 91a0b8f7e497be66225e0e24679bb515daefe7cf (diff) | |
download | plus-1884c7ebfce2f9a2723da41be09cde5e7e14938e.tar.gz plus-1884c7ebfce2f9a2723da41be09cde5e7e14938e.tar.bz2 plus-1884c7ebfce2f9a2723da41be09cde5e7e14938e.tar.xz plus-1884c7ebfce2f9a2723da41be09cde5e7e14938e.zip |
Stop protected pickups flood.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 10c5b945e..f164eeef1 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -211,7 +211,8 @@ class LocalPlayer : public Being, public ActorSpriteListener, * Shows item pickup notifications. */ void pickedUp(const ItemInfo &itemInfo, int amount, - unsigned char color, unsigned char fail); + unsigned char color, int floorItemId, + unsigned char fail); int getLevel() const; |