[Scummvm-git-logs] scummvm master -> c199d2e55d4a003f7941763cd9f8f999c07c557e

dreammaster dreammaster at scummvm.org
Fri Jan 13 03:50:03 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:
c199d2e55d TITANIC: Stop moving other items during drag operations


Commit: c199d2e55d4a003f7941763cd9f8f999c07c557e
    https://github.com/scummvm/scummvm/commit/c199d2e55d4a003f7941763cd9f8f999c07c557e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-01-12T21:49:56-05:00

Commit Message:
TITANIC: Stop moving other items during drag operations

Changed paths:
    engines/titanic/input_handler.cpp


diff --git a/engines/titanic/input_handler.cpp b/engines/titanic/input_handler.cpp
index 4812241..cb1e3c9 100644
--- a/engines/titanic/input_handler.cpp
+++ b/engines/titanic/input_handler.cpp
@@ -132,7 +132,7 @@ void CInputHandler::processMessage(CMessage *msg) {
 
 					if (_dragItem) {
 						CMouseDragMoveMsg moveMsg(_dragStartPos);
-						dispatchMessage(&moveMsg);
+						moveMsg.execute(_dragItem);
 					}
 
 					_dragging = true;





More information about the Scummvm-git-logs mailing list