diff options
author | Paul Gilbert | 2016-06-19 21:50:06 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-15 19:23:47 -0400 |
commit | 701caa956ca652256504a1dd6a82e24a853323ac (patch) | |
tree | 646107cf813a1040f323ba2032e9478dbc0600a5 /engines/titanic/pet_control | |
parent | f0889c17a46019b8b294a74d054d0c60e445190b (diff) | |
download | scummvm-rg350-701caa956ca652256504a1dd6a82e24a853323ac.tar.gz scummvm-rg350-701caa956ca652256504a1dd6a82e24a853323ac.tar.bz2 scummvm-rg350-701caa956ca652256504a1dd6a82e24a853323ac.zip |
TITANIC: Implemented mail manager methods
Diffstat (limited to 'engines/titanic/pet_control')
-rw-r--r-- | engines/titanic/pet_control/pet_drag_chev.cpp | 2 |
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 645804118d..3143cde0ea 100644 --- a/engines/titanic/pet_control/pet_drag_chev.cpp +++ b/engines/titanic/pet_control/pet_drag_chev.cpp @@ -56,7 +56,7 @@ bool CPetDragChev::MouseDragEndMsg(CMouseDragEndMsg *msg) { CSuccUBus *succubus = static_cast<CSuccUBus *>(msg->_dropTarget); if (succubus) { - CSetChevRoomBits chevMsg(_field54); + CSetChevRoomBits chevMsg(_id); chevMsg.execute(succubus); } else { CPetControl *petControl = getPetControl(); |