diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index de50d8fcf..143f3eec5 100644 --- a/src/being.h +++ b/src/being.h @@ -870,6 +870,9 @@ class Being : public ActorSprite, public ConfigListener static bool mShowBattleEvents; static bool mShowMobHP; static bool mShowOwnHP; + static bool mShowGender; + static bool mShowLevel; + static bool mShowPlayersStatus; unsigned int mMoveTime; unsigned int mAttackTime; |