aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-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);