diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index e0d849ce3..67a44c6cf 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -242,7 +242,8 @@ void Being::setSubtype(const uint16_t subtype, const uint8_t look) if (mInfo) { setName(mInfo->getName()); - setupSpriteDisplay(mInfo->getDisplay()); + setupSpriteDisplay(mInfo->getDisplay(), true, 0, + mInfo->getColor(mLook)); mYDiff = mInfo->getSortOffsetY(); } } |