From 503d86058c66fc541df68dd356390f0d2fe36c16 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 5 Dec 2007 07:16:33 +0000 Subject: Add minor cosmetic fixes, mostly involving whitespace and comments. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3001 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 98f9377224..61c6198176 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -2346,8 +2346,7 @@ bool throw_it(bolt &pbolt, int throw_2, bool teleport, int acc_bonus, } else { - // Dropping item copy, since the launched item might be different - // (e.g. venom blowgun) + // Dropping item copy, since the launched item might be different. fire_beam(pbolt, returning ? NULL : &item); } -- cgit v1.2.3-54-g00ecf