summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dactions.cc
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-03-09 16:36:52 -0330
committerDracoOmega <draco_omega@live.com>2013-03-09 17:11:46 -0330
commit22e982bd11e6c1719a90c3b508ad813d675a13de (patch)
treebf17103fb36466048fdb5253b7a5996829b0c84c /crawl-ref/source/dactions.cc
parent62ac9513758228248cc590f880bf9e15283b40ad (diff)
downloadcrawl-ref-22e982bd11e6c1719a90c3b508ad813d675a13de.tar.gz
crawl-ref-22e982bd11e6c1719a90c3b508ad813d675a13de.zip
Fix debug compilation
Diffstat (limited to 'crawl-ref/source/dactions.cc')
-rw-r--r--crawl-ref/source/dactions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dactions.cc b/crawl-ref/source/dactions.cc
index 5b00b41496..1e536af61b 100644
--- a/crawl-ref/source/dactions.cc
+++ b/crawl-ref/source/dactions.cc
@@ -157,7 +157,7 @@ void apply_daction_to_mons(monster* mon, daction_type act, bool local)
case DACT_ALLY_SLIME:
case DACT_ALLY_PLANT:
case DACT_ALLY_TROG:
- dprf("going hostile: %s", mi->name(DESC_PLAIN, true).c_str());
+ dprf("going hostile: %s", mon->name(DESC_PLAIN, true).c_str());
mon->attitude = ATT_HOSTILE;
mon->del_ench(ENCH_CHARM, true);
if (local)