diff options
author | Paul Gilbert | 2016-05-01 15:05:21 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-10 16:38:02 -0400 |
commit | 93f88cc668f15a4c2b411c99b3f07e2f03bee50a (patch) | |
tree | a59bfa94f562755efbeefcef8988844938c9a82e /engines | |
parent | 6c2949ba2388ef949ee4148fcf0ee424a90fe4f0 (diff) | |
download | scummvm-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.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); |