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 f478cb7130..11e887c728 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -604,7 +604,7 @@ void full_describe_view()
desc_menu.set_tag("pickup");
desc_menu.set_type(MT_PICKUP); // necessary for sorting of the item submenu
- desc_menu.allow_toggle = true;
+ desc_menu.action_cycle = Menu::CYCLE_TOGGLE;
// Don't make a menu so tall that we recycle hotkeys on the same page.
if (list_mons.size() + list_items.size() + list_features.size() > 52