[Scummvm-git-logs] scummvm master -> b851eff01761dbd4cb2cf5bc6c8ce806e25328e7
dreammaster
dreammaster at scummvm.org
Mon Feb 20 17:58:40 CET 2017
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:
b851eff017 TITANIC: Fix handling of Titania head slot mouse dragging
Commit: b851eff01761dbd4cb2cf5bc6c8ce806e25328e7
https://github.com/scummvm/scummvm/commit/b851eff01761dbd4cb2cf5bc6c8ce806e25328e7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-02-20T11:58:35-05:00
Commit Message:
TITANIC: Fix handling of Titania head slot mouse dragging
Changed paths:
engines/titanic/game/head_slot.cpp
diff --git a/engines/titanic/game/head_slot.cpp b/engines/titanic/game/head_slot.cpp
index b0b7ee1..5c9f552 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
More information about the Scummvm-git-logs
mailing list