[Scummvm-cvs-logs] scummvm master -> 0f6d103353f4ffcdc07dbfd7cde10678a60ebaf5

dreammaster dreammaster at scummvm.org
Thu Jun 18 04:08:14 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:
0f6d103353 SHERLOCK: RT: Remove old hard-coded walk block used for testing


Commit: 0f6d103353f4ffcdc07dbfd7cde10678a60ebaf5
    https://github.com/scummvm/scummvm/commit/0f6d103353f4ffcdc07dbfd7cde10678a60ebaf5
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-06-17T22:06:53-04:00

Commit Message:
SHERLOCK: RT: Remove old hard-coded walk block used for testing

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 e918036..56dbb48 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.cpp
+++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp
@@ -467,16 +467,7 @@ void TattooUserInterface::doStandardControl() {
 	default:
 		break;
 	}
-static bool flag = false;	//***DEBUG**** - temporarily being used for testing walking */
-if (!flag && events._released) {
-	flag = true;
-	people._allowWalkAbort = true;
-	people[HOLMES]._walkDest = Common::Point(235, 370);
-	people[HOLMES].goAllTheWay();
-
-	events._released = false;
-	return;
-}
+
 	// See if a mouse button was released
 	if (events._released || events._rightReleased) {
 		// See if the mouse was released in an exit (Arrow) zone. Unless it's also pointing at an object






More information about the Scummvm-git-logs mailing list