diff options
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |