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

dreammaster dreammaster at scummvm.org
Tue Jul 18 04:00:24 CEST 2017


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:
c3f8f1a514 TITANIC: Fix Maitre D not animating when talking


Commit: c3f8f1a5147969be5dfd0cee289e60ec9a8fa607
    https://github.com/scummvm/scummvm/commit/c3f8f1a5147969be5dfd0cee289e60ec9a8fa607
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-17T22:00:14-04:00

Commit Message:
TITANIC: Fix Maitre D not animating when talking

Changed paths:
    engines/titanic/npcs/maitre_d.cpp


diff --git a/engines/titanic/npcs/maitre_d.cpp b/engines/titanic/npcs/maitre_d.cpp
index 6ac69d9..e944af8 100644
--- a/engines/titanic/npcs/maitre_d.cpp
+++ b/engines/titanic/npcs/maitre_d.cpp
@@ -165,7 +165,7 @@ bool CMaitreD::NPCPlayTalkingAnimationMsg(CNPCPlayTalkingAnimationMsg *msg) {
 		CAnimateMaitreDMsg animMsg;
 		if (_fightFlag)
 			animMsg._value = 0;
-		animMsg.execute(this);
+		animMsg.execute(this, nullptr, MSGFLAG_SCAN);
 	}
 
 	return true;





More information about the Scummvm-git-logs mailing list