diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-13 00:43:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-13 00:43:30 +0300 |
commit | 50ff01c7d46090e15e6f7fbf1828234dd43cf5fa (patch) | |
tree | 630ea30956ac52cc7d9316f28c85d4d37f076124 /src/being/being.cpp | |
parent | 2300cbef216ff22275854e7fe76752a31a947bdc (diff) | |
download | plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.gz plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.bz2 plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.xz plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.zip |
Impliment packet SMSG_GRAFFITI_VISIBLE.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 9e8b1f6db..b4ea52df1 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -414,7 +414,7 @@ void Being::setSubtype(const BeingTypeId subtype, { setName(mInfo->getName()); setupSpriteDisplay(mInfo->getDisplay(), - ForceDisplay_true, + ForceDisplay_false, 0, mInfo->getColor(fromInt(mLook, ItemColor))); mYDiff = mInfo->getSortOffsetY(); |