summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index f73d24df6c..08114ea0f0 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -876,7 +876,8 @@ public:
FixedVector<unsigned char, NUM_MUTATIONS> demon_pow;
unsigned char magic_contamination;
- FixedVector<bool, NUM_BOOKS> had_book;
+ FixedVector<bool, NUM_BOOKS> had_book;
+ FixedVector<bool, NUM_SPELLS> seen_spell;
unsigned char normal_vision; // how far the species gets to see
unsigned char current_vision; // current sight radius (cells)