From d16c36c47ff9608c427a46ad4c1dac6baa85b5d3 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 9 Jun 2008 07:47:23 +0000 Subject: Add more miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5648 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/spells3.cc') 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); -- cgit v1.2.3-54-g00ecf