aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/head_slot.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-20 11:58:35 -0500
committerPaul Gilbert2017-02-20 11:58:35 -0500
commitb851eff01761dbd4cb2cf5bc6c8ce806e25328e7 (patch)
tree5d3bacb9e8d832d2c689ca9d8bcfce48816c64f4 /engines/titanic/game/head_slot.cpp
parent2cc4c7329cf949f69734083524595295bc8c8266 (diff)
downloadscummvm-rg350-b851eff01761dbd4cb2cf5bc6c8ce806e25328e7.tar.gz
scummvm-rg350-b851eff01761dbd4cb2cf5bc6c8ce806e25328e7.tar.bz2
scummvm-rg350-b851eff01761dbd4cb2cf5bc6c8ce806e25328e7.zip
TITANIC: Fix handling of Titania head slot mouse dragging
Diffstat (limited to 'engines/titanic/game/head_slot.cpp')
-rw-r--r--engines/titanic/game/head_slot.cpp4
1 files changed, 3 insertions, 1 deletions
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