summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 23:59:02 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 23:59:02 +0000
commitbb9f768ea46afa28f7aef0f95ef7656b3c89f90b (patch)
tree84794bd2c68f304891c068b9aadf083b646a436d /crawl-ref/source
parent6f7786bd94211073d84835d3961aeb047ae8a7dc (diff)
downloadcrawl-ref-bb9f768ea46afa28f7aef0f95ef7656b3c89f90b.tar.gz
crawl-ref-bb9f768ea46afa28f7aef0f95ef7656b3c89f90b.zip
[2136614] Disallowing escape hatches for being considered as a part of connectivity. Branches will at least have one stone stairs connected to them now.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7112 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 6b024755ea..06a2193657 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -538,11 +538,9 @@ static bool _is_exit_stair(const coord_def &c)
case DNGN_STONE_STAIRS_DOWN_I:
case DNGN_STONE_STAIRS_DOWN_II:
case DNGN_STONE_STAIRS_DOWN_III:
- case DNGN_ESCAPE_HATCH_DOWN:
case DNGN_STONE_STAIRS_UP_I:
case DNGN_STONE_STAIRS_UP_II:
case DNGN_STONE_STAIRS_UP_III:
- case DNGN_ESCAPE_HATCH_UP:
case DNGN_EXIT_HELL:
case DNGN_RETURN_FROM_ORCISH_MINES:
case DNGN_RETURN_FROM_HIVE: