From 4a75777b773ebf5ec2a45cc8718a646698fd37ca Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Jul 2011 03:36:16 +0300 Subject: Fix special emote detection. --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/being.cpp b/src/being.cpp index 4e4b64061..c65b1c517 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -2314,7 +2314,7 @@ void Being::saveComment(const std::string &name, void Being::setEmote(Uint8 emotion, int emote_time) { - if (emotion & FLAG_SPECIAL) + if ((emotion & FLAG_SPECIAL) == FLAG_SPECIAL) { mAdvanced = true; mShop = (emotion & FLAG_SHOP); -- cgit v1.2.3-60-g2f50