summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorChris West <therealchriswest@hotmail.com>2013-01-04 19:35:57 +0000
committerChris West <therealchriswest@hotmail.com>2013-01-05 16:25:25 +0000
commit7f01c6bdd655d501c43dcfa771aa15595f7382c9 (patch)
treed854042a590ec0731d8d1fece5cc2be7001043c4 /crawl-ref/source/menu.h
parent72528a72423a6ee8b5871655471e69de15caeb12 (diff)
downloadcrawl-ref-7f01c6bdd655d501c43dcfa771aa15595f7382c9.tar.gz
crawl-ref-7f01c6bdd655d501c43dcfa771aa15595f7382c9.zip
added some missing #ifdefs; cleaned up MenuScroller when there's only one item displayed
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index 34bf2e2db8..c918239b4c 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -925,8 +925,10 @@ protected:
int m_currently_active;
int m_items_shown;
+#ifdef USE_TILE_LOCAL
TextTileItem *m_arrow_up;
TextTileItem *m_arrow_down;
+#endif
};
/**