[Scummvm-git-logs] scummvm master -> 8f6f342c3f05375e8a0cd0902bf3373614dacfa0

dreammaster dreammaster at scummvm.org
Wed Dec 21 04:02:45 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8f6f342c3f TITANIC: Fix dragging chevrons onto the Succubus


Commit: 8f6f342c3f05375e8a0cd0902bf3373614dacfa0
    https://github.com/scummvm/scummvm/commit/8f6f342c3f05375e8a0cd0902bf3373614dacfa0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-12-20T22:02:43-05:00

Commit Message:
TITANIC: Fix dragging chevrons onto the Succubus

Changed paths:
    engines/titanic/pet_control/pet_drag_chev.cpp


diff --git a/engines/titanic/pet_control/pet_drag_chev.cpp b/engines/titanic/pet_control/pet_drag_chev.cpp
index 957fe52..4b54d3e 100644
--- a/engines/titanic/pet_control/pet_drag_chev.cpp
+++ b/engines/titanic/pet_control/pet_drag_chev.cpp
@@ -59,6 +59,7 @@ bool CPetDragChev::MouseDragEndMsg(CMouseDragEndMsg *msg) {
 	if (succubus) {
 		CSetChevRoomBits chevMsg(_destRoomFlags);
 		chevMsg.execute(succubus);
+		petMoveToHiddenRoom();
 	} else {
 		CPetControl *petControl = getPetControl();
 		if (!petControl || !petControl->contains(msg->_mousePos)





More information about the Scummvm-git-logs mailing list