From b851eff01761dbd4cb2cf5bc6c8ce806e25328e7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 20 Feb 2017 11:58:35 -0500 Subject: TITANIC: Fix handling of Titania head slot mouse dragging --- engines/titanic/game/head_slot.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/titanic/game') diff --git a/engines/titanic/game/head_slot.cpp b/engines/titanic/game/head_slot.cpp index b0b7ee14be..5c9f55280d 100644 --- a/engines/titanic/game/head_slot.cpp +++ b/engines/titanic/game/head_slot.cpp @@ -176,9 +176,11 @@ bool CHeadSlot::MouseDragStartMsg(CMouseDragStartMsg *msg) { stopMovie(); loadFrame(0); playMovie(0, _fieldDC, 0); + + return true; } - return true; + return false; } } // End of namespace Titanic -- cgit v1.2.3