aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-01 15:05:21 -0400
committerPaul Gilbert2016-07-10 16:38:02 -0400
commit93f88cc668f15a4c2b411c99b3f07e2f03bee50a (patch)
treea59bfa94f562755efbeefcef8988844938c9a82e /engines
parent6c2949ba2388ef949ee4148fcf0ee424a90fe4f0 (diff)
downloadscummvm-rg350-93f88cc668f15a4c2b411c99b3f07e2f03bee50a.tar.gz
scummvm-rg350-93f88cc668f15a4c2b411c99b3f07e2f03bee50a.tar.bz2
scummvm-rg350-93f88cc668f15a4c2b411c99b3f07e2f03bee50a.zip
TITANIC: Fix PET Conversations doorbot/bellbot icons
Diffstat (limited to 'engines')
-rw-r--r--engines/titanic/pet_control/pet_conversations.cpp2
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);