aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_drag_chev.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 22:56:48 -0400
committerPaul Gilbert2016-07-10 16:37:56 -0400
commitce2a9c6f1ba75eedc917deffb79b2531a3d41645 (patch)
treea1f0d0816aeada3b571c5af1f3960345261d7498 /engines/titanic/pet_control/pet_drag_chev.cpp
parent9d8208bd465a8f42ceb00418d29e9ca55a4d193f (diff)
downloadscummvm-rg350-ce2a9c6f1ba75eedc917deffb79b2531a3d41645.tar.gz
scummvm-rg350-ce2a9c6f1ba75eedc917deffb79b2531a3d41645.tar.bz2
scummvm-rg350-ce2a9c6f1ba75eedc917deffb79b2531a3d41645.zip
TITANIC: Minor fleshing out of PET Conversations and Inventory
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)