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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index afb9b9a7d6..264e020057 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -329,6 +329,9 @@ protected:
bool alive;
+ // For tiles, whether this is a menu that can display graphics.
+ bool text_only;
+
int last_selected;
MenuDisplay *mdisplay;