diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-04 01:36:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-05 19:36:52 +0300 |
commit | 7ed077a94dd553e5aa7675144ce98fd6e4ce723e (patch) | |
tree | 1cdb4cad6692d0dc34b4220f62038f67af77da2e /src/gui/popupmenu.h | |
parent | 7ba882b543b45794301f2490fceb84b0dd9c60e1 (diff) | |
download | plus-7ed077a94dd553e5aa7675144ce98fd6e4ce723e.tar.gz plus-7ed077a94dd553e5aa7675144ce98fd6e4ce723e.tar.bz2 plus-7ed077a94dd553e5aa7675144ce98fd6e4ce723e.tar.xz plus-7ed077a94dd553e5aa7675144ce98fd6e4ce723e.zip |
Add pickup ignore list.
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r-- | src/gui/popupmenu.h | 5 |
1 files changed, 3 insertions, 2 deletions
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); |