summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-15 17:35:54 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-15 17:35:54 +0000
commit1be0369055dab6a8c64b35b083dd4ef58b411b2c (patch)
treedcd3e1a483198146b9d0f6b39bec20cdba64f547 /crawl-ref/source/makeitem.cc
parente7502d19aa3e63aebc07e0899ac166671bef84e3 (diff)
downloadcrawl-ref-1be0369055dab6a8c64b35b083dd4ef58b411b2c.tar.gz
crawl-ref-1be0369055dab6a8c64b35b083dd4ef58b411b2c.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9092 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index bbcee00cdb..17f1e16a89 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -838,7 +838,7 @@ static weapon_type _determine_weapon_subtype(int item_level)
rc = RANDOM_ELEMENT(common_subtypes);
else
{
- // pick a weapon based on rarity
+ // Pick a weapon based on rarity.
while (true)
{
const int wpntype = random2(NUM_WEAPONS);