From 24d4b0440d8b0e433330f4f5fa12954c5c7fe727 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 23 Jun 2017 20:22:04 -0400 Subject: TITANIC: Fix talking animations for Parrot --- engines/titanic/npcs/parrot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/npcs/parrot.cpp b/engines/titanic/npcs/parrot.cpp index 6a48837d08..e1f113fcf9 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; } -- cgit v1.2.3