summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
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();