[Scummvm-cvs-logs] scummvm master -> 87a91e69e6f9e2caa40b448e386e0b4adcb8393e

dreammaster dreammaster at scummvm.org
Mon Jul 20 01:41:57 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:
87a91e69e6 SHERLOCK: RT: Fix walking when the screen is scrolled


Commit: 87a91e69e6f9e2caa40b448e386e0b4adcb8393e
    https://github.com/scummvm/scummvm/commit/87a91e69e6f9e2caa40b448e386e0b4adcb8393e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-19T19:40:51-04:00

Commit Message:
SHERLOCK: RT: Fix walking when the screen is scrolled

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



diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp
index c5dda24..779c9ab 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.cpp
+++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp
@@ -478,7 +478,7 @@ void TattooUserInterface::doStandardControl() {
 				events._pressed = events._released = false;
 			} else {
 				// Walk to where the mouse was clicked
-				people[HOLMES]._walkDest = mousePos + screen._currentScroll;
+				people[HOLMES]._walkDest = mousePos;
 				people[HOLMES].goAllTheWay();
 			}
 		}






More information about the Scummvm-git-logs mailing list