summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 07:47:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 07:47:23 +0000
commitd16c36c47ff9608c427a46ad4c1dac6baa85b5d3 (patch)
tree14c607a6bf9479bae91d5e3c83fcb663a7781c46 /crawl-ref/source/spells3.cc
parentf5324e880d260ed7a9e4a565efb21002a90c3741 (diff)
downloadcrawl-ref-d16c36c47ff9608c427a46ad4c1dac6baa85b5d3.tar.gz
crawl-ref-d16c36c47ff9608c427a46ad4c1dac6baa85b5d3.zip
Add more miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5648 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index bb7cf5a87a..459ba0894c 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1189,9 +1189,8 @@ bool cast_summon_wraiths(int pow, bool god_gift)
{
success = true;
- mprf("%s",
- friendly ? "An insubstantial figure forms in the air."
- : "You sense a hostile presence.");
+ mpr(friendly ? "An insubstantial figure forms in the air."
+ : "You sense a hostile presence.");
}
else
canned_msg(MSG_NOTHING_HAPPENS);