aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-11 19:23:57 -0400
committerPaul Gilbert2015-06-11 19:23:57 -0400
commit2b8fa87cf4ada4a295d33561f88bd42566c88b8d (patch)
treeab5cc3c95d45681a28523ccb572d774af5d0e181 /engines/sherlock
parent27aa19bca78fe921127bc5b547ea0da0aaf7ea74 (diff)
downloadscummvm-rg350-2b8fa87cf4ada4a295d33561f88bd42566c88b8d.tar.gz
scummvm-rg350-2b8fa87cf4ada4a295d33561f88bd42566c88b8d.tar.bz2
scummvm-rg350-2b8fa87cf4ada4a295d33561f88bd42566c88b8d.zip
SHERLOCK: RT: Fix mouse clicking on the map
Diffstat (limited to 'engines/sherlock')
-rw-r--r--engines/sherlock/tattoo/tattoo_map.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_map.cpp b/engines/sherlock/tattoo/tattoo_map.cpp
index 7d071ec1dd..98839861ed 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);