summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 17:25:35 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 17:25:35 +0000
commitad60a0a5597735c48dab0fbda1a7e61d96247d97 (patch)
treeb40fd4a09ccbbdb36e85ded7431adc535b4c3de2 /crawl-ref/source/misc.cc
parentafecd8bc7430a946c2cc47ec9b45cbd0de93499b (diff)
downloadcrawl-ref-ad60a0a5597735c48dab0fbda1a7e61d96247d97.tar.gz
crawl-ref-ad60a0a5597735c48dab0fbda1a7e61d96247d97.zip
Refixed labyrinth entry point.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2576 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 8351616c1c..385946cd44 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1057,7 +1057,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
dungeon_feature_type stair_taken = stair_find;
- if (you.level_type == LEVEL_LABYRINTH || you.level_type == LEVEL_ABYSS)
+ if (you.level_type == LEVEL_ABYSS)
stair_taken = DNGN_FLOOR;
if (you.level_type == LEVEL_PANDEMONIUM)