summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 18:19:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 18:19:40 +0000
commitedb2191188b2678a65cd2250cc257acfc57da8cd (patch)
treeed8d9f6b49b685493a8a3d4776d20083b13e208f /crawl-ref/source/makeitem.cc
parenta17f0f5844f97d6663a90197578200ee3cabf428 (diff)
downloadcrawl-ref-edb2191188b2678a65cd2250cc257acfc57da8cd.tar.gz
crawl-ref-edb2191188b2678a65cd2250cc257acfc57da8cd.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7953 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 144e3413eb..bd98b43d61 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -550,7 +550,7 @@ void item_colour( item_def &item )
break;
case OBJ_JEWELLERY:
- /* unrandarts have already been coloured */
+ // unrandarts have already been coloured
if (is_unrandom_artefact( item ))
break;
else if (is_random_artefact( item ))
@@ -3912,7 +3912,8 @@ void give_shield(monsters *mon, int level)
level * 2 + 1, MAKE_ITEM_RANDOM_RACE, 1);
break;
- default: break;
+ default:
+ break;
}
}