summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.cc')
-rw-r--r--crawl-ref/source/invent.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc
index 6610fb180c..d736e1d8d7 100644
--- a/crawl-ref/source/invent.cc
+++ b/crawl-ref/source/invent.cc
@@ -270,11 +270,10 @@ InvShowPrices::~InvShowPrices()
}
InvMenu::InvMenu(int mflags)
- : Menu(mflags, "inventory"), type(MT_INVLIST), pre_select(NULL),
+ : Menu(mflags, "inventory", false), type(MT_INVLIST), pre_select(NULL),
title_annotate(NULL)
{
mdisplay->set_num_columns(2);
- text_only = false;
}
// Returns vector of item_def pointers to each item_def in the given