summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-18 04:56:58 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-18 04:56:58 +0000
commit829e64f681f2cbe7d6b7ef8b87993f538d4a4ca2 (patch)
treee55f2e8f0afd4c5e7dd3927f34155095cf6412ed /crawl-ref/source/spells1.cc
parent977383e8f5d9b52d5c2c8c39a4beb27870aa2ca4 (diff)
downloadcrawl-ref-829e64f681f2cbe7d6b7ef8b87993f538d4a4ca2.tar.gz
crawl-ref-829e64f681f2cbe7d6b7ef8b87993f538d4a4ca2.zip
Clean up manual explosion routines a bit.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8530 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 1d00d1a79d..184c1caa13 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -266,7 +266,7 @@ void setup_fire_storm(const actor *source, int pow, bolt &beam)
beam.beam_source = source->mindex();
// XXX: Should this be KILL_MON_MISSILE?
beam.thrower =
- source->atype() == ACT_PLAYER? KILL_YOU_MISSILE : KILL_MON;
+ source->atype() == ACT_PLAYER ? KILL_YOU_MISSILE : KILL_MON;
beam.aux_source.clear();
beam.obvious_effect = false;
beam.is_beam = false;