summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 063b1db69e..d8421bc99e 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -322,7 +322,7 @@ int torment_monsters(coord_def where, int pow, int caster, actor *attacker)
// because it can't kill them, and because hostile monsters use
// it. It does alert them, though.
// XXX: attacker isn't passed through "int torment()".
- behaviour_event(monster, ME_ALERT,
+ behaviour_event(monster, ME_ALERT,
attacker ? attacker->mindex() : MHITNOT);
}