summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index e68cdf3b7e..f0984b4607 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2628,7 +2628,7 @@ void god_speaks(god_type god, const char *mesg)
fake_mon.type = MONS_PROGRAM_BUG;
fake_mon.hit_points = 1;
fake_mon.god = god;
- fake_mon.position = you.pos();
+ fake_mon.set_position(you.pos());
fake_mon.foe = MHITYOU;
fake_mon.mname = "FAKE GOD MONSTER";