summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-11 03:19:31 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-04-11 03:19:31 +0100
commit36b3b84791eddd255ee372142ebb2cf203c736b6 (patch)
tree62540ff22a8f8a70b39333362c0e3d795bf939dc /crawl-ref/source/hints.h
parente11d844c9f19d26d5ba9b9c9f835f941c2c7ed97 (diff)
downloadcrawl-ref-36b3b84791eddd255ee372142ebb2cf203c736b6.tar.gz
crawl-ref-36b3b84791eddd255ee372142ebb2cf203c736b6.zip
Update hints mode messages
Diffstat (limited to 'crawl-ref/source/hints.h')
-rw-r--r--crawl-ref/source/hints.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/hints.h b/crawl-ref/source/hints.h
index 3a673f4f61..8d37dc8dab 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -62,7 +62,9 @@ enum hints_event_type
// other 'first events'
HINT_SEEN_MONSTER,
HINT_SEEN_ZERO_EXP_MON,
+#if TAG_MAJOR_VERSION == 34
HINT_SEEN_TOADSTOOL,
+#endif
HINT_MONSTER_BRAND,
HINT_MONSTER_FRIENDLY,
HINT_MONSTER_SHOUT,