summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index c2a0c72f5a..9bbaa0ac15 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -124,6 +124,7 @@ static int _missile_colour(const item_def &item)
{
case MI_STONE:
item_colour = BROWN;
+ break;
#if TAG_MAJOR_VERSION == 34
case MI_DART:
#endif