summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-17 14:34:42 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-17 14:34:42 +0000
commit9a976932d9978f756dcd631f3543ce152b4a41b7 (patch)
tree2a5c3db104c012e05362e10696420fae5b41dc8f /crawl-ref/source/spl-util.cc
parent46291dca6b79000c560dffa183c8c73081f0763e (diff)
downloadcrawl-ref-9a976932d9978f756dcd631f3543ce152b4a41b7.tar.gz
crawl-ref-9a976932d9978f756dcd631f3543ce152b4a41b7.zip
Fix mephitic cloud allowing no self-targetting. (BR1995505)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5920 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index f308ca2f55..416a13b28f 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -770,6 +770,7 @@ bool spell_direction( dist &spelld, bolt &pbolt,
if (!spelld.isValid)
{
// Check for user cancel.
+ mpr("user canceled");
canned_msg(MSG_OK);
return (false);
}