From 9adbeda686cbb09fea844d8638d13d64c49876ac Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 20 Nov 2009 17:49:40 -0600 Subject: Remove trailing whitespace. --- crawl-ref/source/effects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.cc') 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); } -- cgit v1.2.3-54-g00ecf