summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_mons.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2014-01-19 14:34:12 +0100
committerAdam Borowski <kilobyte@angband.pl>2014-01-19 14:34:12 +0100
commit53e101574827ffef5c79e4eb9c412c807602cc08 (patch)
treea869c08a4a79238b6d2a938a629b79fa96a11a57 /crawl-ref/source/l_mons.cc
parent0004888ada36e8321b0f200ab637069d30dd32f0 (diff)
downloadcrawl-ref-53e101574827ffef5c79e4eb9c412c807602cc08.tar.gz
crawl-ref-53e101574827ffef5c79e4eb9c412c807602cc08.zip
A couple of missing #ifdefs.
Diffstat (limited to 'crawl-ref/source/l_mons.cc')
-rw-r--r--crawl-ref/source/l_mons.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/l_mons.cc b/crawl-ref/source/l_mons.cc
index 65491f84e1..d6b7dcee11 100644
--- a/crawl-ref/source/l_mons.cc
+++ b/crawl-ref/source/l_mons.cc
@@ -544,7 +544,9 @@ static const char *_monster_behaviour_names[] =
"seek",
"flee",
"cornered",
+#if TAG_MAJOR_VERSION == 34
"panic",
+#endif
"lurk",
"retreat",
"withdraw",