summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 555c81ebf1..536260e79a 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -152,8 +152,7 @@ void random_blink(bool allow_partial_control, bool override_abyss)
mpr("You blink.");
succ = true;
- you.x_pos = tx;
- you.y_pos = ty;
+ you.moveto(tx, ty);
if (you.level_type == LEVEL_ABYSS)
{