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.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 04274d833e..aa10be5b51 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -759,10 +759,7 @@ static int _healing_spell(int healed, const coord_def where = coord_def(0,0))
if (monster->hit_points == monster->max_hit_points)
simple_monster_message(monster, " is completely healed.");
else
- {
- const monsters *mons = static_cast<const monsters*>(monster);
- print_wounds(mons);
- }
+ print_wounds(monster);
if (you.religion == GOD_ELYVILON && !_mons_hostile(monster))
{