From 93f88cc668f15a4c2b411c99b3f07e2f03bee50a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 1 May 2016 15:05:21 -0400 Subject: TITANIC: Fix PET Conversations doorbot/bellbot icons --- engines/titanic/pet_control/pet_conversations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/pet_control/pet_conversations.cpp b/engines/titanic/pet_control/pet_conversations.cpp index 810434074a..9b7b27799f 100644 --- a/engines/titanic/pet_control/pet_conversations.cpp +++ b/engines/titanic/pet_control/pet_conversations.cpp @@ -68,7 +68,7 @@ bool CPetConversations::reset() { _doorBot.reset("PetCallDoorOut", _petControl, MODE_UNSELECTED); _doorBot.reset("PetCallDoorIn", _petControl, MODE_SELECTED); _bellBot.reset("PetCallBellOut", _petControl, MODE_UNSELECTED); - _doorBot.reset("PetCallBellIn", _petControl, MODE_SELECTED); + _bellBot.reset("PetCallBellIn", _petControl, MODE_SELECTED); _indent.reset("PetSmallCharacterIndent", _petControl); _splitter.reset("PetSplitter", _petControl); -- cgit v1.2.3