summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-05 11:50:54 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-05 12:12:54 -0700
commit39441b969f793fffea86238070633afe5c24c60b (patch)
treeb8ee4eb20ae3a1d064240997739943223460e583 /crawl-ref/source/directn.cc
parent1a26aba65bcf653643123c40e1399c71101859e6 (diff)
downloadcrawl-ref-39441b969f793fffea86238070633afe5c24c60b.tar.gz
crawl-ref-39441b969f793fffea86238070633afe5c24c60b.zip
Fix up some TAG_MAJOR_VERSION > 34 issues.
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 fc32646f0f..803d72f88c 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3184,7 +3184,9 @@ static string _base_feature_desc(dungeon_feature_type grid, trap_type trap)
return "crawl-hole back to the Lair";
case DNGN_RETURN_FROM_CRYPT:
case DNGN_RETURN_FROM_BLADE:
+#if TAG_MAJOR_VERSION == 34
case DNGN_RETURN_FROM_FOREST:
+#endif
return "staircase back to the Vaults";
case DNGN_RETURN_FROM_ELF:
return "staircase back to the Mines";