diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/titanic/pet_control/pet_conversations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |