summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-07 21:06:11 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-07 23:51:21 -0400
commit57c10a80aea6fe3093246d5bc8770f1f4a2f71df (patch)
tree02c4d414058c03c5de297c12f50073b3db48fd03 /crawl-ref/source/tilepick.cc
parentb0c9e7892796b91383c174755e9888fc75e8857d (diff)
downloadcrawl-ref-57c10a80aea6fe3093246d5bc8770f1f4a2f71df.tar.gz
crawl-ref-57c10a80aea6fe3093246d5bc8770f1f4a2f71df.zip
Remove Hall of Blades
The complaints against the branch are well documented, mostly stating Dancing Weapons are awful enemies and the Hall of Blades is filled with them.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index a7149635cc..2e7ef5e95b 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -293,9 +293,9 @@ static tileidx_t _tileidx_feature_base(dungeon_feature_type feat)
#if TAG_MAJOR_VERSION == 34
case DNGN_ENTER_DWARF:
case DNGN_ENTER_FOREST:
-#endif
case DNGN_ENTER_BLADE:
return TILE_DNGN_ENTER;
+#endif
case DNGN_ENTER_TEMPLE:
return TILE_DNGN_ENTER_TEMPLE;
case DNGN_ENTER_ORC:
@@ -349,9 +349,9 @@ static tileidx_t _tileidx_feature_base(dungeon_feature_type feat)
#if TAG_MAJOR_VERSION == 34
case DNGN_RETURN_FROM_DWARF:
case DNGN_RETURN_FROM_FOREST:
-#endif
case DNGN_RETURN_FROM_BLADE:
return TILE_DNGN_RETURN;
+#endif
case DNGN_RETURN_FROM_TEMPLE:
return TILE_DNGN_EXIT_TEMPLE;
case DNGN_RETURN_FROM_ORC: