From 829e64f681f2cbe7d6b7ef8b87993f538d4a4ca2 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 18 Jan 2009 04:56:58 +0000 Subject: 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 --- crawl-ref/source/spells1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') 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; -- cgit v1.2.3-54-g00ecf