summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stash.cc')
-rw-r--r--crawl-ref/source/stash.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc
index a2f47ffc7a..cecf818d5c 100644
--- a/crawl-ref/source/stash.cc
+++ b/crawl-ref/source/stash.cc
@@ -515,8 +515,10 @@ void StashMenu::draw_title()
textcolor(title->colour);
cprintf( "%s", title->text.c_str());
if (title->quantity)
+ {
cprintf(", %d item%s", title->quantity,
title->quantity == 1? "" : "s");
+ }
cprintf(")");
if (can_travel)
cprintf(" [ENTER: travel]");