TWP: Fix actor keeping mouth open (bug #15075)

This commit is contained in:
scemino 2024-04-17 21:46:24 +02:00
parent 96b7854d98
commit f495f6f6cb

View File

@ -543,7 +543,7 @@ void Object::setAnimationNames(const Common::String &head, const Common::String
}
showLayer(getAnimName(HEAD_ANIMNAME), true);
setHeadIndex(1);
setHeadIndex(0);
if (!standAnim.empty()) {
_animNames[STAND_ANIMNAME] = standAnim;
} else {