summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-03-02 00:17:07 -0500
committerShmuale Mark <shm.mark@gmail.com>2014-03-03 16:31:09 -0500
commitbe29d668379c021951a873db687e5881d4bde602 (patch)
treec614e8a1f39622ca0c6760bf34cb3c26fabd7637 /crawl-ref/source/directn.cc
parent1a3bbcab46e501c0aca98b69347b8dab13da39da (diff)
downloadcrawl-ref-be29d668379c021951a873db687e5881d4bde602.tar.gz
crawl-ref-be29d668379c021951a873db687e5881d4bde602.zip
Purge some references to Forest.
In particular, ctrl-O should no longer mention the branch.
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 9906da52cc..fc32646f0f 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3133,8 +3133,10 @@ static string _base_feature_desc(dungeon_feature_type grid, trap_type trap)
return "staircase to the Shoals";
case DNGN_ENTER_SPIDER:
return "hole to the Spider Nest";
+#if TAG_MAJOR_VERSION == 34
case DNGN_ENTER_FOREST:
return "staircase to the Enchanted Forest";
+#endif
case DNGN_ENTER_DEPTHS:
return "staircase to the Depths";
case DNGN_ENTER_ZIGGURAT: