[Scummvm-git-logs] scummvm master -> 24d4b0440d8b0e433330f4f5fa12954c5c7fe727

dreammaster dreammaster at scummvm.org
Sat Jun 24 02:22:15 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:
24d4b0440d TITANIC: Fix talking animations for Parrot


Commit: 24d4b0440d8b0e433330f4f5fa12954c5c7fe727
    https://github.com/scummvm/scummvm/commit/24d4b0440d8b0e433330f4f5fa12954c5c7fe727
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-23T20:22:04-04:00

Commit Message:
TITANIC: Fix talking animations for Parrot

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


diff --git a/engines/titanic/npcs/parrot.cpp b/engines/titanic/npcs/parrot.cpp
index 6a48837..e1f113f 100644
--- a/engines/titanic/npcs/parrot.cpp
+++ b/engines/titanic/npcs/parrot.cpp
@@ -450,7 +450,7 @@ bool CParrot::NPCPlayTalkingAnimationMsg(CNPCPlayTalkingAnimationMsg *msg) {
 	if (!(_npcFlags & (NPCFLAG_MOVING | NPCFLAG_MOVE_START | NPCFLAG_MOVE_LOOP | NPCFLAG_MOVE_FINISH 
 			| NPCFLAG_MOVE_LEFT | NPCFLAG_MOVE_RIGHT | NPCFLAG_MOVE_END))
 			&& _visible && _state == PARROT_IN_CAGE) {
-		if (!compareViewNameTo("ParrotLobby.Node 1.N"))
+		if (compareViewNameTo("ParrotLobby.Node 1.N"))
 			msg->_names = NAMES;
 	}
 





More information about the Scummvm-git-logs mailing list