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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index d3d358e8ac..034c5df682 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -296,7 +296,7 @@ public:
const formatted_string &get_more() const { return more; }
void set_highlighter( MenuHighlighter *h );
- void set_title( MenuEntry *e );
+ void set_title( MenuEntry *e, bool first = true );
void add_entry( MenuEntry *entry );
void get_selected( std::vector<MenuEntry*> *sel ) const;
@@ -336,6 +336,8 @@ public:
protected:
MenuEntry *title;
+ MenuEntry *title2;
+
int flags;
std::string tag;