summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index 264e020057..407c41210e 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -237,7 +237,8 @@ public:
class Menu
{
public:
- Menu( int flags = MF_MULTISELECT, const std::string& tagname = "" );
+ Menu(int flags = MF_MULTISELECT, const std::string& tagname = "",
+ bool text_only = true);
// Initializes a Menu from a formatted_string as follows:
//
@@ -329,9 +330,6 @@ protected:
bool alive;
- // For tiles, whether this is a menu that can display graphics.
- bool text_only;
-
int last_selected;
MenuDisplay *mdisplay;