summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index ad2fa005b5..46a3ead180 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -158,6 +158,7 @@ protected:
const menu_sort_condition *cond);
const menu_sort_condition *find_menu_sort_condition() const;
virtual void draw_stock_item(int index, const MenuEntry *me) const;
+ virtual bool is_selectable(int index) const;
protected:
menu_type type;