aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-23 21:52:20 -0400
committerPaul Gilbert2015-03-23 21:52:20 -0400
commit73de00b72f002c09c173226e85b0f96f35551d10 (patch)
treeda46fad2255d0258988ed3dc272ea81ee524c7e6 /engines/sherlock/people.h
parent73085bf57034adc2dbf5994ce2c6930b416eee7d (diff)
downloadscummvm-rg350-73de00b72f002c09c173226e85b0f96f35551d10.tar.gz
scummvm-rg350-73de00b72f002c09c173226e85b0f96f35551d10.tar.bz2
scummvm-rg350-73de00b72f002c09c173226e85b0f96f35551d10.zip
SHERLOCK: Implemented UserInterface::handleInput
Diffstat (limited to 'engines/sherlock/people.h')
-rw-r--r--engines/sherlock/people.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h
index de84675e66..8d1953ee20 100644
--- a/engines/sherlock/people.h
+++ b/engines/sherlock/people.h
@@ -59,7 +59,6 @@ private:
Sprite &_player;
bool _walkLoaded;
int _oldWalkSequence;
- bool _allowWalkAbort;
public:
Common::Point _walkDest;
Common::Stack<Common::Point> _walkTo;
@@ -67,6 +66,7 @@ public:
bool _portraitLoaded;
Object _portrait;
bool _clearingThePortrait;
+ bool _allowWalkAbort;
public:
People(SherlockEngine *vm);
~People();
@@ -86,6 +86,8 @@ public:
void gotoStand(Sprite &sprite);
void walkToCoords(const Common::Point &destPos, int destDir);
+
+ void goAllTheWay();
};
} // End of namespace Sherlock