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

This commit is contained in:
Paul Gilbert 2015-06-17 22:06:53 -04:00
parent 94d7928dbc
commit 0f6d103353

View File

@ -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