summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-07-04 21:01:59 -0400
committerNeil Moore <neil@s-z.org>2012-07-05 02:36:01 -0400
commitdcf1aa1785bd0490928615eae75f9120abbe00d6 (patch)
tree1eee516bd91b44facd29e06f77c7e9493567f7d8 /crawl-ref/source/invent.h
parentaf3df08aa276f014dab08f4a72e3b6534f72b594 (diff)
downloadcrawl-ref-dcf1aa1785bd0490928615eae75f9120abbe00d6.tar.gz
crawl-ref-dcf1aa1785bd0490928615eae75f9120abbe00d6.zip
Display cursor in autopickup menu.
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 52a93855db..055355ee90 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -80,11 +80,13 @@ class InvEntry : public MenuEntry
private:
static bool show_prices;
static bool show_glyph;
- static bool show_cursor;
mutable std::string basename;
mutable std::string qualname;
+protected:
+ static bool show_cursor;
+
public:
const item_def *item;