From 03c15ad01cd5ebf5a55e4ae2c8ec5e803ab8c752 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 20 Dec 2016 21:09:10 -0500 Subject: TITANIC: Re-enable mouse after dragging parrot into inventory --- engines/titanic/carry/carry_parrot.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/engines/titanic/carry/carry_parrot.cpp b/engines/titanic/carry/carry_parrot.cpp index ed86384147..cbc8028606 100644 --- a/engines/titanic/carry/carry_parrot.cpp +++ b/engines/titanic/carry/carry_parrot.cpp @@ -105,10 +105,7 @@ bool CCarryParrot::MouseDragEndMsg(CMouseDragEndMsg *msg) { if (msg->_mousePos.y >= 360) { petAddToInventory(); - return true; - } - - if (compareViewNameTo("ParrotLobby.Node 1.N")) { + } else if (compareViewNameTo("ParrotLobby.Node 1.N")) { if (msg->_mousePos.x >= 75 && msg->_mousePos.x <= 565 && !CParrot::_v2 && !CCage::_open) { setVisible(false); -- cgit v1.2.3