summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index fc199d1ad5..8be78aadbb 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -1909,7 +1909,7 @@ void print_overview_screen()
const char c = results[0]->hotkeys[0];
item_def& item = you.inv[letter_to_index(c)];
- describe_item(item, false);
+ describe_item(item, true);
// loop around for another go.
}
}