summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/feature.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-10 22:19:19 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-10 22:21:20 +0200
commitf5a913ea86cab32ab64769f952f49d5c176d48c8 (patch)
tree4961d17bdf6374dd4a997f5adc877cc3267c9550 /crawl-ref/source/feature.cc
parent9e2e7ff7df1451659b0088445b0bfae8ad588af0 (diff)
downloadcrawl-ref-f5a913ea86cab32ab64769f952f49d5c176d48c8.tar.gz
crawl-ref-f5a913ea86cab32ab64769f952f49d5c176d48c8.zip
Remove the Dwarven Hall.
It's easy to re-add it if we'd have a better idea for it after all.
Diffstat (limited to 'crawl-ref/source/feature.cc')
-rw-r--r--crawl-ref/source/feature.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/feature.cc b/crawl-ref/source/feature.cc
index 112d9abb6b..99d197a6ea 100644
--- a/crawl-ref/source/feature.cc
+++ b/crawl-ref/source/feature.cc
@@ -443,7 +443,9 @@ static void _init_feat(feature_def &f, dungeon_feature_type feat)
f.minimap = MF_STAIR_BRANCH;
break;
+#if TAG_MAJOR_VERSION == 34
case DNGN_ENTER_DWARVEN_HALL:
+#endif
case DNGN_ENTER_ORCISH_MINES:
case DNGN_ENTER_LAIR:
case DNGN_ENTER_SLIME_PITS:
@@ -483,7 +485,9 @@ static void _init_feat(feature_def &f, dungeon_feature_type feat)
f.minimap = MF_STAIR_BRANCH;
break;
+#if TAG_MAJOR_VERSION == 34
case DNGN_RETURN_FROM_DWARVEN_HALL:
+#endif
case DNGN_RETURN_FROM_ORCISH_MINES:
case DNGN_RETURN_FROM_LAIR:
case DNGN_RETURN_FROM_SLIME_PITS: