aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_drag_chev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_drag_chev.cpp')
-rw-r--r--engines/titanic/pet_control/pet_drag_chev.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_drag_chev.cpp b/engines/titanic/pet_control/pet_drag_chev.cpp
index 4fe64283ff..957fe5295c 100644
--- a/engines/titanic/pet_control/pet_drag_chev.cpp
+++ b/engines/titanic/pet_control/pet_drag_chev.cpp
@@ -57,7 +57,7 @@ bool CPetDragChev::MouseDragEndMsg(CMouseDragEndMsg *msg) {
CSuccUBus *succubus = dynamic_cast<CSuccUBus *>(msg->_dropTarget);
if (succubus) {
- CSetChevRoomBits chevMsg(_id);
+ CSetChevRoomBits chevMsg(_destRoomFlags);
chevMsg.execute(succubus);
} else {
CPetControl *petControl = getPetControl();