summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 3e634beb..44ffd67a 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1863,6 +1863,9 @@ struct player_type
/* Inertia control */
s32b inertia_controlled_spell;
+ /* For automatic stat-gain */
+ s16b last_rewarded_level;
+
/*** Temporary fields ***/
bool_ did_nothing; /* True if the last action wasnt a real action */