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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index c479cc7396..068ceb0291 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -755,7 +755,7 @@ public:
runrest running; // Nonzero if running/traveling.
- char special_wield;
+ unsigned short unrand_reacts;
double elapsed_time; // total amount of elapsed time in the game
@@ -863,7 +863,7 @@ public:
int exp_available;
FixedArray<unsigned char, 6, 50> item_description;
- FixedVector<unique_item_status_type, 50> unique_items;
+ FixedVector<unique_item_status_type, MAX_UNRANDARTS> unique_items;
FixedVector<bool, NUM_MONSTERS> unique_creatures;
// NOTE: The kills member is a pointer to a KillMaster object,