From 7ed077a94dd553e5aa7675144ce98fd6e4ce723e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 4 May 2012 01:36:53 +0300 Subject: Add pickup ignore list. --- src/gui/popupmenu.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/popupmenu.h') diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h index f616e46ee..ac47d406a 100644 --- a/src/gui/popupmenu.h +++ b/src/gui/popupmenu.h @@ -137,8 +137,9 @@ class PopupMenu : public Popup, public LinkHandler void showSpellPopup(int x, int y, TextCommand *cmd); - void showAttackMonsterPopup(int x, int y, std::string name, - int type); + void showAttackMonsterPopup(int x, int y, std::string name, int type); + + void showPickupItemPopup(int x, int y, std::string name); void showUndressPopup(int x, int y, Being *being, Item *item); -- cgit v1.2.3-70-g09d2