summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index f950698192..0973aa4fa5 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -833,7 +833,7 @@ static void _place_player_on_stair(branch_type old_branch,
else if (stair_taken == DNGN_ENTER_HELL)
{
// The vestibule and labyrinth always start from this stair.
- stair_taken = DNGN_STONE_STAIRS_UP_I;
+ stair_taken = DNGN_EXIT_HELL;
}
else if (stair_taken >= DNGN_STONE_STAIRS_DOWN_I
&& stair_taken <= DNGN_ESCAPE_HATCH_DOWN)