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, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 0a3a423b7c..b9c4b5d3f7 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -327,6 +327,8 @@ struct player
char redraw_gold;
char redraw_evasion;
+ unsigned char flash_colour;
+
unsigned char hit_points_regeneration;
unsigned char magic_points_regeneration;
@@ -403,6 +405,7 @@ struct player
unsigned char gift_timeout;
FixedVector<unsigned char, MAX_NUM_GODS> penance;
FixedVector<unsigned char, MAX_NUM_GODS> worshipped;
+ FixedVector<short, MAX_NUM_GODS> num_gifts;
FixedVector<unsigned char, 100> mutation;