From 144204fd38ea7388d9ca97922862844636052bfc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 27 Jul 2015 14:58:06 +0300 Subject: Add option to show/hide badges. By default badges visible. --- src/being/being.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index a32a11487..e73789434 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -932,6 +932,8 @@ class Being notfinal : public ActorSprite, void setTeamId(const uint16_t teamId); + void showBadges(const bool show); + uint16_t getTeamId() const { return mTeamId; } @@ -1101,6 +1103,7 @@ class Being notfinal : public ActorSprite, static bool mHideErased; static Move mMoveNames; static bool mUseDiagonal; + static bool mShowBadges; static int mAwayEffect; unsigned int mMoveTime; -- cgit v1.2.3-70-g09d2