diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-10 04:03:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-10 04:03:03 +0300 |
commit | 7e19d626711ecf70035b32ee99098fc7fc3419fe (patch) | |
tree | 8c7b64246c377b1d7a393aa996909d14e3008035 /src/being.h | |
parent | ff96948d57cacd580c23d892e099304476df8a2e (diff) | |
download | plus-7e19d626711ecf70035b32ee99098fc7fc3419fe.tar.gz plus-7e19d626711ecf70035b32ee99098fc7fc3419fe.tar.bz2 plus-7e19d626711ecf70035b32ee99098fc7fc3419fe.tar.xz plus-7e19d626711ecf70035b32ee99098fc7fc3419fe.zip |
Show gms in online list with green color (evol server).
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 8b3db1919..a52963746 100644 --- a/src/being.h +++ b/src/being.h @@ -102,6 +102,7 @@ class Being : public ActorSprite, public ConfigListener FLAG_SHOP = 1, FLAG_AWAY = 2, FLAG_INACTIVE = 4, + FLAG_GM = 64, FLAG_GENDER = 128, FLAG_SPECIAL = 128 + 64 }; |