aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/true_talk_npc.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-10-23 17:53:53 -0400
committerPaul Gilbert2016-10-23 17:53:53 -0400
commit588aaeac393293dd5c9a2b44f48ce6644416b96b (patch)
treed7d1e857f69788a46acc7421fa8679a239e2ae64 /engines/titanic/npcs/true_talk_npc.cpp
parent84eef664a85bc0567c842d5098944ac830ace726 (diff)
downloadscummvm-rg350-588aaeac393293dd5c9a2b44f48ce6644416b96b.tar.gz
scummvm-rg350-588aaeac393293dd5c9a2b44f48ce6644416b96b.tar.bz2
scummvm-rg350-588aaeac393293dd5c9a2b44f48ce6644416b96b.zip
TITANIC: Start Doorbot animating in closeup conversation
Diffstat (limited to 'engines/titanic/npcs/true_talk_npc.cpp')
-rw-r--r--engines/titanic/npcs/true_talk_npc.cpp2
1 files changed, 1 insertions, 1 deletions
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();