mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
SHERLOCK: RT: Remove old hard-coded walk block used for testing
This commit is contained in:
parent
94d7928dbc
commit
0f6d103353
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user