summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-17 20:58:44 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-17 20:58:44 +0000
commitc73877b03fca1af04316fe2890f7696bf32559f1 (patch)
tree8a3acf0aa666d0da673b15930f866547f67297ad /crawl-ref/source/itemname.cc
parent9833d48b6c55d79ec4d34559312752af532ff968 (diff)
downloadcrawl-ref-c73877b03fca1af04316fe2890f7696bf32559f1.tar.gz
crawl-ref-c73877b03fca1af04316fe2890f7696bf32559f1.zip
Refix food eating issue bug introduced by my previous fix of it.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6590 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index a8f79190b3..2d02dccdef 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -2624,6 +2624,8 @@ const std::string menu_colour_item_prefix(const item_def &item, bool temp)
prefixes.push_back("equipped");
if (is_artefact(item))
prefixes.push_back("artefact");
+ break;
+
default:
break;
}