summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-08-04 19:15:10 -0400
committerNeil Moore <neil@s-z.org>2014-08-04 19:15:10 -0400
commitdc37dbaf8c18f201405262730c6639b775183125 (patch)
tree3e53c5ed3e46552fd4537758de4b088089e49767
parentd96af6c62035681898e07491b34b623d5c840488 (diff)
downloadcrawl-ref-dc37dbaf8c18f201405262730c6639b775183125.tar.gz
crawl-ref-dc37dbaf8c18f201405262730c6639b775183125.zip
Recolour stones brown.
-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