summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-10-20 18:11:39 -0700
committerMatthew Cline <zelgadis@sourceforge.net>2009-10-20 18:11:39 -0700
commit0fa8777fbf1ed1039d8f2cd1b2f84c93bd681ab9 (patch)
tree5db1ec0ad1fa58671ae915bf00c5447e062dac37 /crawl-ref/source/beam.cc
parent5f84c0299a05c92adb864ca9297a520b2119aba6 (diff)
parente3a04ec3a1b79e8f8ae8937e3fe16552384e557b (diff)
downloadcrawl-ref-0fa8777fbf1ed1039d8f2cd1b2f84c93bd681ab9.tar.gz
crawl-ref-0fa8777fbf1ed1039d8f2cd1b2f84c93bd681ab9.zip
Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot/crawl-ref/crawl-ref
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 ed597780e5..0e6bb50475 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -5096,7 +5096,7 @@ mon_resist_type bolt::apply_enchantment_to_monster(monsters* mon)
return (MON_UNAFFECTED);
case BEAM_SLOW:
- obvious_effect = do_slow_monster(mon, whose_kill());
+ obvious_effect = do_slow_monster(mon, whose_kill());
return (MON_AFFECTED);
case BEAM_HASTE: