summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 7b19cec67d..99de0ee816 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -734,7 +734,7 @@ bool _take_portal_vault_stairs( const bool down )
return (false);
clear_trapping_net();
- you.position = stair_pos;
+ you.set_position(stair_pos);
if (down)
down_stairs(you.your_level);