summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 2561f94a24..e91417d83e 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1057,7 +1057,7 @@ int portal(void)
you.your_level = target_level - 1;
- down_stairs( true, old_level, DNGN_STONE_STAIRS_DOWN_I );
+ down_stairs( old_level, DNGN_STONE_STAIRS_DOWN_I );
untag_followers();
}