[Scummvm-git-logs] scummvm master -> bfdbc383b1c194ff68b9c3df757883680fe19e9b
dreammaster
dreammaster at scummvm.org
Mon Oct 31 23:42:56 CET 2016
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:
bfdbc383b1 TITANIC: Remove dragged item image when dropped in PET
Commit: bfdbc383b1c194ff68b9c3df757883680fe19e9b
https://github.com/scummvm/scummvm/commit/bfdbc383b1c194ff68b9c3df757883680fe19e9b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-10-31T18:42:46-04:00
Commit Message:
TITANIC: Remove dragged item image when dropped in PET
Changed paths:
engines/titanic/input_handler.cpp
diff --git a/engines/titanic/input_handler.cpp b/engines/titanic/input_handler.cpp
index d19f8b1..e2d1bd7 100644
--- a/engines/titanic/input_handler.cpp
+++ b/engines/titanic/input_handler.cpp
@@ -110,6 +110,7 @@ void CInputHandler::processMessage(CMessage *msg) {
_dragging = false;
_dragItem = nullptr;
+ _gameManager->_dragItem = nullptr;
}
} else if (_buttonDown) {
if (!mouseMsg->isMouseMoveMsg()) {
More information about the Scummvm-git-logs
mailing list