summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/feature.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-12-28 11:32:12 -0500
committerNeil Moore <neil@s-z.org>2013-12-28 11:55:12 -0500
commitf4cfba611bfadc3e5b65f68577132584f1063117 (patch)
tree931b5af00705b28d0243fb47fd9d4d999db7a57c /crawl-ref/source/feature.cc
parent9d5a29e996e78ccf562f9b5548693f274c18a536 (diff)
downloadcrawl-ref-f4cfba611bfadc3e5b65f68577132584f1063117.tar.gz
crawl-ref-f4cfba611bfadc3e5b65f68577132584f1063117.zip
Show Pan entrances again.
They had no glyph, and furthermore weren't marked as notable so didn't show up in ctrl-o. Introduced by 0.14-a0-1544-gcabeb52.
Diffstat (limited to 'crawl-ref/source/feature.cc')
-rw-r--r--crawl-ref/source/feature.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/feature.cc b/crawl-ref/source/feature.cc
index ba8fc30d8d..68a1f72262 100644
--- a/crawl-ref/source/feature.cc
+++ b/crawl-ref/source/feature.cc
@@ -152,6 +152,7 @@ static void _init_feat(feature_def &f, dungeon_feature_type feat)
|| feat == DNGN_ENTER_LABYRINTH
|| feat == DNGN_ENTER_HELL
|| feat >= DNGN_ENTER_DIS && feat <= DNGN_ENTER_ABYSS
+ || feat == DNGN_ENTER_PANDEMONIUM
|| feat == DNGN_EXIT_THROUGH_ABYSS
|| feat == DNGN_ENTER_VAULTS
|| feat == DNGN_ENTER_ZOT)