summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-05 07:16:33 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-05 07:16:33 +0000
commit503d86058c66fc541df68dd356390f0d2fe36c16 (patch)
tree9ab575ce868f77b18e7a8b5d1ded19603f8c7252 /crawl-ref/source/item_use.cc
parent28b3dd9db78b3d98762e5be3ff80256aea60759a (diff)
downloadcrawl-ref-503d86058c66fc541df68dd356390f0d2fe36c16.tar.gz
crawl-ref-503d86058c66fc541df68dd356390f0d2fe36c16.zip
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
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc3
1 files changed, 1 insertions, 2 deletions
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);
}