summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-12 19:54:41 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-12 21:12:24 +0300
commita366d82dad85389c9562fdfdd3a981894603fa07 (patch)
tree37a254b8e65d0324624f42520a7ed3943cab2e28 /src/being/being.cpp
parent03948f9bc58477100c61c11651290bee372dab5f (diff)
downloadplus-a366d82dad85389c9562fdfdd3a981894603fa07.tar.gz
plus-a366d82dad85389c9562fdfdd3a981894603fa07.tar.bz2
plus-a366d82dad85389c9562fdfdd3a981894603fa07.tar.xz
plus-a366d82dad85389c9562fdfdd3a981894603fa07.zip
Move group id from localplayer to being.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp1
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),