summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-30 11:18:53 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-30 11:18:53 -0500
commitc46d8d1daa21dea7c767445d08f9410dbed7511f (patch)
treeef698c524eb8053bc1654c6d0596196a8d37f1a8 /crawl-ref/source/makeitem.cc
parentb57925e63b5899e282c77f94b082fd2d1c0f0a91 (diff)
downloadcrawl-ref-c46d8d1daa21dea7c767445d08f9410dbed7511f.tar.gz
crawl-ref-c46d8d1daa21dea7c767445d08f9410dbed7511f.zip
Comment fix.
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-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 73c3450503..c74850216f 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -1184,7 +1184,8 @@ static brand_type _determine_weapon_brand(const item_def& item, int item_level)
continue;
}
- // We are not guaranteed to have a special set by the end of this
+ // We are not guaranteed to have a special set by the end of
+ // this.
switch (item.sub_type)
{
case WPN_EVENINGSTAR: