From 7e19d626711ecf70035b32ee99098fc7fc3419fe Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 10 Feb 2012 04:03:03 +0300 Subject: Show gms in online list with green color (evol server). --- src/being.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/being.h') 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 }; -- cgit v1.2.3-60-g2f50