summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorChris West <therealchriswest@hotmail.com>2013-01-04 19:02:49 +0000
committerChris West <therealchriswest@hotmail.com>2013-01-05 16:25:24 +0000
commit4740847326b266ff8ef68d673285fb3542733fd5 (patch)
tree41bd4510cf53462d19dc64b8a3f714288a0f3cd0 /crawl-ref/source/menu.h
parent30cfecd017597ccf516f4de9e7efabf88bbc0016 (diff)
downloadcrawl-ref-4740847326b266ff8ef68d673285fb3542733fd5.tar.gz
crawl-ref-4740847326b266ff8ef68d673285fb3542733fd5.zip
added scroll up/down arrows to MenuScroller; cleaned up initial menu text slightly for tiny screens
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 c4e7dcd131..34bf2e2db8 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -924,6 +924,9 @@ protected:
int m_topmost_visible;
int m_currently_active;
int m_items_shown;
+
+ TextTileItem *m_arrow_up;
+ TextTileItem *m_arrow_down;
};
/**