summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-30 22:50:31 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-30 22:50:31 -0600
commita6b5f5a65f59114f4b2f03312f7dc56fdaf57802 (patch)
tree4050702156db2934bd1185596116ab43bee9069e /crawl-ref/source/wiz-you.cc
parenta1f80c0991a7646d0038d4961415c5d1b7762e71 (diff)
downloadcrawl-ref-a6b5f5a65f59114f4b2f03312f7dc56fdaf57802.tar.gz
crawl-ref-a6b5f5a65f59114f4b2f03312f7dc56fdaf57802.zip
Fix some issues with TAG_MAJOR_VERSION > 34.
Diffstat (limited to 'crawl-ref/source/wiz-you.cc')
-rw-r--r--crawl-ref/source/wiz-you.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-you.cc b/crawl-ref/source/wiz-you.cc
index f563566f14..5ff8fc6638 100644
--- a/crawl-ref/source/wiz-you.cc
+++ b/crawl-ref/source/wiz-you.cc
@@ -795,7 +795,9 @@ static const char* dur_names[] =
"insulation",
#endif
"resistance",
+#if TAG_MAJOR_VERSION == 34
"slaying",
+#endif
"stealth",
"magic shield",
"sleep",