diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms.cpp')
-rw-r--r-- | engines/titanic/pet_control/pet_rooms.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/titanic/pet_control/pet_rooms.cpp b/engines/titanic/pet_control/pet_rooms.cpp index 7c2b9fb569..e474e35eac 100644 --- a/engines/titanic/pet_control/pet_rooms.cpp +++ b/engines/titanic/pet_control/pet_rooms.cpp @@ -94,8 +94,8 @@ bool CPetRooms::VirtualKeyCharMsg(CVirtualKeyCharMsg *msg) { return _glyphs.VirtualKeyCharMsg(msg->_keyState.keycode); } -bool CPetRooms::proc14(void *v1) { - warning("TODO: proc14"); +bool CPetRooms::checkDragEnd(CGameObject *item) { + warning("TODO: CPetRooms::checkDragEnd"); return false; } @@ -171,8 +171,8 @@ bool CPetRooms::setupControl(CPetControl *petControl) { _text.setHasBorder(false); Rect rect2(0, 0, 81, 81); - rect2.moveTo(374, 494); _plinth.setBounds(rect2); + _plinth.translate(494, 374); _chevLeftOnDim = petControl->getHiddenObject("3PetChevLeftOnDim"); _chevLeftOffDim = petControl->getHiddenObject("3PetChevLeftOffDim"); @@ -219,5 +219,4 @@ CPetRoomsGlyph *CPetRooms::addGlyph(int val, bool highlight) { } } - } // End of namespace Titanic |