summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 20:54:07 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 20:58:51 +0200
commita0107d942872735f1faa0e857174a6c467180d75 (patch)
tree5e3b70534517764d3d77052a14eb8aeb1645a4f9 /src/types.h
parentd69d91b33a2e833e8b32baa29af22809ade406ba (diff)
Lua: Move automatic stat gain to C
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 */