summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index b5d6716eb5..b71b2a4558 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -5035,9 +5035,7 @@ void monsters::apply_enchantment(const mon_enchant &me)
// Don't clean up the monster in order to credit properly.
hurt(NULL, dam, BEAM_NAPALM, false);
-#if DEBUG_DIAGNOSTICS
- mprf( MSGCH_DIAGNOSTICS, "sticky flame damage: %d", dam );
-#endif
+ dprf("sticky flame damage: %d", dam);
// Credit the kill.
if (hit_points < 1)