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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 303bef9abc..25c0f33397 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -619,7 +619,7 @@ public:
char special_wield;
char deaths_door;
- char fire_shield;
+ int fire_shield;
double elapsed_time; // total amount of elapsed time in the game
@@ -994,8 +994,8 @@ public:
unsigned char target_y;
FixedVector<int, 8> inv;
monster_spells spells;
- unsigned char attitude; // from MONS_ATTITUDE
- unsigned int behaviour;
+ mon_attitude_type attitude;
+ beh_type behaviour;
unsigned int foe;
mon_enchant_list enchantments;
unsigned long flags; // bitfield of boolean flags