summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-04 21:31:32 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-04 21:32:37 -0700
commit1aca2cef8295c48d5ea1bf913c2ab3e2379f9eba (patch)
treeebd325310f2233ac32c3da72bdddda641154479e /crawl-ref/source/mon-cast.cc
parent5eb314e3e4c79765aacb0a6d6f32177c343bc2bf (diff)
downloadcrawl-ref-1aca2cef8295c48d5ea1bf913c2ab3e2379f9eba.tar.gz
crawl-ref-1aca2cef8295c48d5ea1bf913c2ab3e2379f9eba.zip
Remove a dusty & disused spellflag
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index 7290e0a699..2f1311bcd7 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -4680,7 +4680,7 @@ void mons_cast(monster* mons, bolt &pbolt, spell_type spell_cast,
#ifdef ASSERTS
const unsigned int flags = get_spell_flags(spell_cast);
- ASSERT(!(flags & (SPFLAG_TESTING | SPFLAG_MAPPING)));
+ ASSERT(!(flags & SPFLAG_TESTING));
// Targeted spells need a valid target.
// Wizard-mode cast monster spells may target the boundary (shift-dir).