summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 43f5dcb3df..50115801be 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -534,7 +534,7 @@ static int healing_spell( int healed )
if (heal_monster(monster, healed, false))
{
- mprf("You heal %s.", ptr_monam( monster, DESC_NOCAP_THE ));
+ mprf("You heal %s.", str_monam( *monster, DESC_NOCAP_THE ).c_str());
if (monster->hit_points == monster->max_hit_points)
simple_monster_message( monster, " is completely healed." );