From 6b06886cfd94b3efe613831deb73ce0d657f9fde Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 Feb 2018 03:22:09 +0300 Subject: Fix update gm badge if group was changed on the fly. --- src/being/being.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index fe8bb4c6a..11593a1ea 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -1085,8 +1085,7 @@ class Being notfinal : public ActorSprite, uint16_t getTeamId() const restrict2 noexcept2 A_WARN_UNUSED { return mTeamId; } - virtual void setGroupId(const int id) - { mGroupId = id; } + virtual void setGroupId(const int id); int getGroupId() const noexcept2 A_WARN_UNUSED { return mGroupId; } -- cgit v1.2.3-70-g09d2