summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-12 17:00:34 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-12 17:00:34 +0000
commit34c943ec7ac5c63bdf9325c19fece2581e897479 (patch)
treeb951a8f5892aa8f0eed310a50cf8f9d751b99870 /crawl-ref/source
parent0e62733b090456ed7236fd519420dc388a19abc2 (diff)
downloadcrawl-ref-34c943ec7ac5c63bdf9325c19fece2581e897479.tar.gz
crawl-ref-34c943ec7ac5c63bdf9325c19fece2581e897479.zip
Removed debugging mpr (cbus).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3256 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/spl-cast.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index e191e70d88..e993044708 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -873,7 +873,6 @@ spret_type your_spells( spell_type spell, int powc, bool allow_fail )
// Hopefully, those will eventually be fixed. -- bwr
if (flags & SPFLAG_TARGETING_MASK)
{
- mpr("targeting mask is true");
targ_mode_type targ =
(testbits(flags, SPFLAG_HELPFUL) ? TARG_FRIEND : TARG_ENEMY);