From 8d9ddcfc2ba6801c0738f56dcdd9cabc33da31ef Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 10 Dec 2016 20:33:35 -0500 Subject: TITANIC: Fix CPetConversations timerExpired --- engines/titanic/pet_control/pet_conversations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic') diff --git a/engines/titanic/pet_control/pet_conversations.cpp b/engines/titanic/pet_control/pet_conversations.cpp index 8f317ed279..490ed754d1 100644 --- a/engines/titanic/pet_control/pet_conversations.cpp +++ b/engines/titanic/pet_control/pet_conversations.cpp @@ -265,7 +265,7 @@ void CPetConversations::leave() { } void CPetConversations::timerExpired(int val) { - if (val == 1) { + if (val != 1) { CPetSection::timerExpired(val); } else { CString name = _field418 ? _npcName : getActiveNPCName(); -- cgit v1.2.3