summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-13 00:43:30 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-13 00:43:30 +0300
commit50ff01c7d46090e15e6f7fbf1828234dd43cf5fa (patch)
tree630ea30956ac52cc7d9316f28c85d4d37f076124 /src/being
parent2300cbef216ff22275854e7fe76752a31a947bdc (diff)
downloadplus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.gz
plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.bz2
plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.xz
plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.zip
Impliment packet SMSG_GRAFFITI_VISIBLE.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/being.cpp2
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();