aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms_glyphs.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-01 20:22:37 -0500
committerPaul Gilbert2016-12-01 20:22:37 -0500
commit475289f35a5b4da9737d92bfd0ef3077fbd2943e (patch)
tree8ea59302ac25fc0497b45ba01d3902ddbdd95913 /engines/titanic/pet_control/pet_rooms_glyphs.cpp
parent94e2c674186744db55f548032f889f8e122b9c97 (diff)
downloadscummvm-rg350-475289f35a5b4da9737d92bfd0ef3077fbd2943e.tar.gz
scummvm-rg350-475289f35a5b4da9737d92bfd0ef3077fbd2943e.tar.bz2
scummvm-rg350-475289f35a5b4da9737d92bfd0ef3077fbd2943e.zip
TITANIC: Renamings and clarifications for mail methods
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms_glyphs.cpp')
-rw-r--r--engines/titanic/pet_control/pet_rooms_glyphs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_rooms_glyphs.cpp b/engines/titanic/pet_control/pet_rooms_glyphs.cpp
index f38ed28a80..e911759f25 100644
--- a/engines/titanic/pet_control/pet_rooms_glyphs.cpp
+++ b/engines/titanic/pet_control/pet_rooms_glyphs.cpp
@@ -123,7 +123,7 @@ bool CPetRoomsGlyph::dragGlyph(const Point &topLeft, CMouseDragStartMsg *msg) {
CGameObject *chevron = petControl->getHiddenObject("3PetChevron");
if (chevron) {
- chevron->_id = _roomFlags;
+ chevron->_destRoomFlags = _roomFlags;
chevron->_isMail = _mailFlag != 0;
petControl->removeFromInventory(chevron, false, false);
chevron->loadSurface();