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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_drag_chev.cpp b/engines/titanic/pet_control/pet_drag_chev.cpp
index 32acf72795..645804118d 100644
--- a/engines/titanic/pet_control/pet_drag_chev.cpp
+++ b/engines/titanic/pet_control/pet_drag_chev.cpp
@@ -56,8 +56,8 @@ bool CPetDragChev::MouseDragEndMsg(CMouseDragEndMsg *msg) {
CSuccUBus *succubus = static_cast<CSuccUBus *>(msg->_dropTarget);
if (succubus) {
- CSetChevRoomBits msg(_field54);
- msg.execute(succubus);
+ CSetChevRoomBits chevMsg(_field54);
+ chevMsg.execute(succubus);
} else {
CPetControl *petControl = getPetControl();
if (petControl && petControl->contains(msg->_mousePos)