summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
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