summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 07f03f5dc7..4f81eb3ee5 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -125,10 +125,8 @@ void weapon_switch( int targ )
}
else
{
- // XXX XXX FIXME Why not just use DESC_INVENTORY?
- mprf("Switching back to %c - %s.",
- index_to_letter(targ),
- you.inv[targ].name(DESC_NOCAP_A).c_str());
+ mprf("Switching back to %s.",
+ you.inv[targ].name(DESC_INVENTORY).c_str());
}
// unwield the old weapon and wield the new.