summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h
index 767f7f3cd..52a2a5fc7 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -1002,6 +1002,9 @@ class Being notfinal : public ActorSprite,
int mAttackRange;
int mLastAttackX;
int mLastAttackY;
+
+ int mPreStandTime;
+
Gender::Type mGender;
BeingAction::Action mAction;
uint16_t mSubType; /**< Subtype (graphical view, basically) */