SHERLOCK: Fix mouse position check in Tattoo city map

The map itself isn't working properly, though.
This commit is contained in:
Torbjörn Andersson 2015-07-12 15:05:57 +02:00
parent a138fed53c
commit 4df89df148

View File

@ -127,7 +127,7 @@ int TattooMap::show() {
// Allow for event processing and get the current mouse position
events.pollEventsAndWait();
events.setButtonState();
Common::Point mousePos = events.mousePos();
Common::Point mousePos = events.screenMousePos();
checkMapNames(true);