summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index b815fa9804..756b9a5e3b 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -564,7 +564,7 @@ void full_describe_view()
desc_menu.allow_toggle = true;
// Don't make a menu so tall that we recycle hotkeys on the same page.
- if (list_mons.size() + list_items.size() > 52
+ if (list_mons.size() + list_items.size() + list_features.size() > 52
&& (desc_menu.maxpagesize() > 52 || desc_menu.maxpagesize() == 0))
{
desc_menu.set_maxpagesize(52);