summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-03 02:51:49 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-03 02:51:49 +0000
commit63e312c909cf2d91461e1b17b6e4c4a71a8250a0 (patch)
tree03185e2ed234e5e5bf079427534449d9a0857f71 /crawl-ref/source/menu.h
parentc0c613a08e2c4353475b6dd14f5aa934b364a38d (diff)
downloadcrawl-ref-63e312c909cf2d91461e1b17b6e4c4a71a8250a0.tar.gz
crawl-ref-63e312c909cf2d91461e1b17b6e4c4a71a8250a0.zip
Don't include items in drop filter if they're cursed and equipped, or if
they're inscribed with "!d" or "!*". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5446 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index fdb1ff2ba2..91561b0440 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -311,7 +311,7 @@ protected:
void select_index( int index, int qty = -1 );
bool is_hotkey(int index, int key );
- bool is_selectable(int index) const;
+ virtual bool is_selectable(int index) const;
virtual int item_colour(int index, const MenuEntry *me) const;