diff options
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index b281919f3..ff8593c11 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -189,6 +189,7 @@ Being::Being(const BeingId id, mSpeechTime(0), mAttackSpeed(350), mLevel(0), + mGroupId(0), mAttackRange(1), mLastAttackX(0), mLastAttackY(0), |