[Scummvm-git-logs] scummvm master -> f495f6f6cb1c36a02bfc1594f997a2c87504b9c6

scemino noreply at scummvm.org
Wed Apr 17 19:47:05 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: f495f6f6cb1c36a02bfc1594f997a2c87504b9c6
    https://github.com/scummvm/scummvm/commit/f495f6f6cb1c36a02bfc1594f997a2c87504b9c6
Author: scemino (scemino74 at gmail.com)
Date: 2024-04-17T21:46:24+02:00

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

Changed paths:
    engines/twp/object.cpp


diff --git a/engines/twp/object.cpp b/engines/twp/object.cpp
index fc1347e07b4..60b915d466d 100644
--- a/engines/twp/object.cpp
+++ b/engines/twp/object.cpp
@@ -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 {




More information about the Scummvm-git-logs mailing list