diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/being/being.h b/src/being/being.h index 5d4c5d0ec..1f01001c3 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -1106,8 +1106,7 @@ class Being notfinal : public ActorSprite, static bool mHideErased; static Move mMoveNames; static bool mUseDiagonal; - static bool mShowBadges; - static bool mShowBadgesTop; + static uint8_t mShowBadges; static int mAwayEffect; unsigned int mMoveTime; |