diff options
author | Paul Gilbert | 2015-06-11 19:23:57 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-06-11 19:23:57 -0400 |
commit | 2b8fa87cf4ada4a295d33561f88bd42566c88b8d (patch) | |
tree | ab5cc3c95d45681a28523ccb572d774af5d0e181 /engines/sherlock | |
parent | 27aa19bca78fe921127bc5b547ea0da0aaf7ea74 (diff) | |
download | scummvm-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.cpp | 1 |
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); |