summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-07 07:08:01 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-07 07:08:01 +0000
commitee19f1ad5c1a6bd5589fa76f42f8dc28d8dda844 (patch)
treeff5f5d0bc37a28f9a332a1903ff9a36d78a62af7 /crawl-ref/source/beam.cc
parent37d418957ce613334863f491212198567ff1cd57 (diff)
downloadcrawl-ref-ee19f1ad5c1a6bd5589fa76f42f8dc28d8dda844.tar.gz
crawl-ref-ee19f1ad5c1a6bd5589fa76f42f8dc28d8dda844.zip
Add still more whitespace and comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3016 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index c7c2366643..4e91ca5dfa 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2490,7 +2490,7 @@ void beam_drop_object( bolt &beam, item_def *item, int x, int y )
&& (item->base_type != OBJ_MISSILES || coinflip()))
{
copy_item_to_grid( *item, x, y, 1 );
- } // if (thing_throw == 2) ...
+ }
}
// Returns true if the beam hits the player, fuzzing the beam if necessary