summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game-server/being.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-server/being.cpp b/src/game-server/being.cpp
index 41ab775..6f5b858 100644
--- a/src/game-server/being.cpp
+++ b/src/game-server/being.cpp
@@ -42,6 +42,7 @@ Script::Ref BeingComponent::mRecalculateDerivedAttributesCallback;
Script::Ref BeingComponent::mRecalculateBaseAttributeCallback;
BeingComponent::BeingComponent(Entity &entity):
+ mMoveTime(0),
mAction(STAND),
mGender(GENDER_UNSPECIFIED),
mDirection(DOWN),