[Scummvm-cvs-logs] scummvm master -> 2b8fa87cf4ada4a295d33561f88bd42566c88b8d

dreammaster dreammaster at scummvm.org
Fri Jun 12 01:24:59 CEST 2015


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:
2b8fa87cf4 SHERLOCK: RT: Fix mouse clicking on the map


Commit: 2b8fa87cf4ada4a295d33561f88bd42566c88b8d
    https://github.com/scummvm/scummvm/commit/2b8fa87cf4ada4a295d33561f88bd42566c88b8d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-06-11T19:23:57-04:00

Commit Message:
SHERLOCK: RT: Fix mouse clicking on the map

Changed paths:
    engines/sherlock/tattoo/tattoo_map.cpp



diff --git a/engines/sherlock/tattoo/tattoo_map.cpp b/engines/sherlock/tattoo/tattoo_map.cpp
index 7d071ec..9883986 100644
--- a/engines/sherlock/tattoo/tattoo_map.cpp
+++ b/engines/sherlock/tattoo/tattoo_map.cpp
@@ -129,6 +129,7 @@ int TattooMap::show() {
 	do {
 		// Allow for event processing and get the current mouse position
 		events.pollEventsAndWait();
+		events.setButtonState();
 		Common::Point mousePos = events.mousePos();
 
 		checkMapNames(true);






More information about the Scummvm-git-logs mailing list