summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-20 17:49:40 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-20 17:49:40 -0600
commit9adbeda686cbb09fea844d8638d13d64c49876ac (patch)
tree01d47b15ec8a9b22a739d1bb656f12cbaa81e168 /crawl-ref/source/effects.cc
parent2b1fcc1c22dc1cd5192feb20fd46cac06047b728 (diff)
downloadcrawl-ref-9adbeda686cbb09fea844d8638d13d64c49876ac.tar.gz
crawl-ref-9adbeda686cbb09fea844d8638d13d64c49876ac.zip
Remove trailing whitespace.
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);
}