diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-22 22:21:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-22 23:03:48 +0300 |
commit | 6494df1ca2a1c00b85828deb3b62f371338536fb (patch) | |
tree | f4b7e6593ee9b6affa6516d6b0fdbbf7051c6dba /src/being.h | |
parent | 7f06820c754522b00d1a3954036931a0b6efcf0f (diff) | |
download | plus-6494df1ca2a1c00b85828deb3b62f371338536fb.tar.gz plus-6494df1ca2a1c00b85828deb3b62f371338536fb.tar.bz2 plus-6494df1ca2a1c00b85828deb3b62f371338536fb.tar.xz plus-6494df1ca2a1c00b85828deb3b62f371338536fb.zip |
Add option to hide nick for erased players relation.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index 250073faa..ee4efef0f 100644 --- a/src/being.h +++ b/src/being.h @@ -905,6 +905,7 @@ class Being : public ActorSprite, public ConfigListener static bool mShowLevel; static bool mShowPlayersStatus; static bool mEnableReorderSprites; + static bool mHideErased; unsigned int mMoveTime; unsigned int mAttackTime; |