summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 77aeaeb7ff..2d39f2122c 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -751,7 +751,7 @@ void mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast)
simple_monster_message(monster, " calls on the powers of Hell!");
- torment(monster_index(monster), monster->x, monster->y);
+ torment(monster_index(monster), monster->pos());
return;
case SPELL_SUMMON_GREATER_DEMON: