summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dactions.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-17 15:01:28 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-17 15:01:28 +0100
commitb44670c00b7c8e4d0d3cebd23c3f33fd06e767b7 (patch)
treecfbc807e29b2c0143c36c2f6c1dfbcff5107aa1e /crawl-ref/source/dactions.cc
parent6f76ed47457d6abd00ed2e8b16ad412a4d7e4b03 (diff)
downloadcrawl-ref-b44670c00b7c8e4d0d3cebd23c3f33fd06e767b7.tar.gz
crawl-ref-b44670c00b7c8e4d0d3cebd23c3f33fd06e767b7.zip
Fix a debug mode reference to a removed delayed action
Diffstat (limited to 'crawl-ref/source/dactions.cc')
-rw-r--r--crawl-ref/source/dactions.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/dactions.cc b/crawl-ref/source/dactions.cc
index 7b684e3e25..b65fd1ad89 100644
--- a/crawl-ref/source/dactions.cc
+++ b/crawl-ref/source/dactions.cc
@@ -45,7 +45,9 @@ static const char *daction_names[] =
// Actions not needing a counter.
"old enslaved souls go poof",
+#if TAG_MAJOR_VERSION == 34
"holy beings allow another conversion attempt",
+#endif
#if TAG_MAJOR_VERSION > 34
"slimes allow another conversion attempt",
#endif