From c46d8d1daa21dea7c767445d08f9410dbed7511f Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 30 Oct 2009 11:18:53 -0500 Subject: Comment fix. --- crawl-ref/source/makeitem.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/makeitem.cc') 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: -- cgit v1.2.3-54-g00ecf