summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-17 22:54:42 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-17 22:54:42 +0000
commit3b29df9eccc5cd4998355f858c2ab7d03f350932 (patch)
tree2f2934dedc15ed4d8bde60a9a48649504556f050 /crawl-ref/source/itemname.cc
parent2bad330ab6184ddb6a90571c3cf27cfc5f7deafa (diff)
downloadcrawl-ref-0.4.1.tar.gz
crawl-ref-0.4.1.zip
Update 0.4.1 tag -- fixes some bugs, including a serious memory0.4.1
corruption and a scoring one. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/tags/stone_soup-0.4.1@6594 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;
}