aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-24 22:24:45 -0400
committerPaul Gilbert2015-03-24 22:24:45 -0400
commit03a969bd0f696f9a7fa0dc56c47c2b05d28a5a47 (patch)
treedd1a84a328984d0d53f598168371575e9b87cd29 /engines/sherlock/people.h
parent97e58fb0171af885019d997493db33fab9af0091 (diff)
downloadscummvm-rg350-03a969bd0f696f9a7fa0dc56c47c2b05d28a5a47.tar.gz
scummvm-rg350-03a969bd0f696f9a7fa0dc56c47c2b05d28a5a47.tar.bz2
scummvm-rg350-03a969bd0f696f9a7fa0dc56c47c2b05d28a5a47.zip
SHERLOCK: Implementing walk code
Diffstat (limited to 'engines/sherlock/people.h')
-rw-r--r--engines/sherlock/people.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h
index 8d1953ee20..0393528095 100644
--- a/engines/sherlock/people.h
+++ b/engines/sherlock/people.h
@@ -59,6 +59,7 @@ private:
Sprite &_player;
bool _walkLoaded;
int _oldWalkSequence;
+ int _srcZone, _destZone;
public:
Common::Point _walkDest;
Common::Stack<Common::Point> _walkTo;