summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-14 21:41:38 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-14 21:41:38 +0300
commit1884c7ebfce2f9a2723da41be09cde5e7e14938e (patch)
treebd0ca87ffdacdb97af37eaf2fcdd835f7ebe877e /src/localplayer.h
parent91a0b8f7e497be66225e0e24679bb515daefe7cf (diff)
downloadmv-1884c7ebfce2f9a2723da41be09cde5e7e14938e.tar.gz
mv-1884c7ebfce2f9a2723da41be09cde5e7e14938e.tar.bz2
mv-1884c7ebfce2f9a2723da41be09cde5e7e14938e.tar.xz
mv-1884c7ebfce2f9a2723da41be09cde5e7e14938e.zip
Stop protected pickups flood.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h3
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;