summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 9a44db2e71..babd15e4ad 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -14,6 +14,7 @@
#include "species.h"
#include <vector>
+#include <stdint.h>
#ifdef USE_TILE
struct dolls_data
@@ -234,6 +235,8 @@ public:
FixedVector<bool, NUM_FIXED_BOOKS> had_book;
FixedVector<bool, NUM_SPELLS> seen_spell;
+ FixedVector<uint32_t, NUM_WEAPONS> seen_weapon;
+ FixedVector<uint32_t, NUM_ARMOURS> seen_armour;
unsigned char normal_vision; // how far the species gets to see
unsigned char current_vision; // current sight radius (cells)