From 588aaeac393293dd5c9a2b44f48ce6644416b96b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 23 Oct 2016 17:53:53 -0400 Subject: TITANIC: Start Doorbot animating in closeup conversation --- engines/titanic/npcs/true_talk_npc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/titanic/npcs/true_talk_npc.cpp b/engines/titanic/npcs/true_talk_npc.cpp index ab0401a705..9a8cd16799 100644 --- a/engines/titanic/npcs/true_talk_npc.cpp +++ b/engines/titanic/npcs/true_talk_npc.cpp @@ -105,7 +105,7 @@ bool CTrueTalkNPC::TrueTalkNotifySpeechStartedMsg(CTrueTalkNotifySpeechStartedMs _speechDuration = msg->_speechDuration; _startTicks = getTicksCount(); - if (hasActiveMovie() || (_npcFlags & NPCFLAG_2)) { + if (!hasActiveMovie() || (_npcFlags & NPCFLAG_2)) { _npcFlags &= ~NPCFLAG_2; stopMovie(); -- cgit v1.2.3