summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-22 20:53:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-22 20:53:18 +0000
commit5a9bc366df060d4ff78181ebd1a51eec27dc3577 (patch)
tree4bd2c4f7a4f595d8b8bbc7a1aa4af60d6e4ea674 /crawl-ref
parenta3fcdc009bbe42f6589ac7a4a568db9a7bb76c6b (diff)
downloadcrawl-ref-5a9bc366df060d4ff78181ebd1a51eec27dc3577.tar.gz
crawl-ref-5a9bc366df060d4ff78181ebd1a51eec27dc3577.zip
Add yet more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8704 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/makeitem.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 0873dac379..dfe8dc95a9 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -3892,7 +3892,8 @@ static void _give_ammo(monsters *mon, int level,
case MONS_HILL_GIANT:
if (!one_chance_in(20))
break;
- // fall through
+ // deliberate fall-through
+
case MONS_HAROLD: // bounty hunters
case MONS_JOZEF: // up to 5 nets
if (mons_summoned)