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 6447ad5fec..26a0cd736c 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -461,7 +461,7 @@ struct player
FixedVector< item_def, ENDOFPACK > inv;
int burden;
- char burden_state;
+ burden_state_type burden_state;
FixedVector<unsigned char, 25> spells;
char spell_no;
unsigned char char_direction; //
@@ -810,6 +810,7 @@ public:
bool increasing_skill_progress; // skills go from 0-10 or 10-0
bool confirm_self_target; // require confirmation before selftarget
bool safe_autopickup; // don't autopickup when monsters visible
+ bool autopickup_no_burden; // don't autopickup if it changes burden
bool note_skill_max; // take note when skills reach new max
bool note_all_spells; // take note when learning any spell
bool use_notes; // take (and dump) notes