summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorblackcustard <peterwicksstringfield@gmail.com>2013-11-18 17:44:19 -0600
committerNeil Moore <neil@s-z.org>2013-11-22 00:17:46 -0500
commit34c03c465247dc2086e4e86e34c1023a7cab794a (patch)
tree158b54cfc96f7af9aedd35e3b78a46a72caa2779 /crawl-ref/source/hints.h
parent8a45347cdd9b6786c898b2a4c5e1cfdd3fd251a3 (diff)
downloadcrawl-ref-34c03c465247dc2086e4e86e34c1023a7cab794a.tar.gz
crawl-ref-34c03c465247dc2086e4e86e34c1023a7cab794a.zip
Fix runed door hint. It was never being triggered.
Diffstat (limited to 'crawl-ref/source/hints.h')
-rw-r--r--crawl-ref/source/hints.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hints.h b/crawl-ref/source/hints.h
index f5e19074ce..3a673f4f61 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -58,7 +58,7 @@ enum hints_event_type
HINT_SEEN_ALTAR,
HINT_SEEN_SHOP,
HINT_SEEN_DOOR,
- HINT_FOUND_RUNED_DOOR,
+ HINT_SEEN_RUNED_DOOR,
// other 'first events'
HINT_SEEN_MONSTER,
HINT_SEEN_ZERO_EXP_MON,