aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/people.h')
-rw-r--r--engines/sherlock/people.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h
index 5b5aac6908..39eb1068be 100644
--- a/engines/sherlock/people.h
+++ b/engines/sherlock/people.h
@@ -67,6 +67,7 @@ public:
int _srcZone, _destZone;
bool _walkLoaded;
Common::String _portrait;
+ Common::Point _walkDest;
// Rose Tattoo fields
Common::String _walkVGSName; // Name of walk library person is using
@@ -98,7 +99,6 @@ protected:
public:
Common::Array<PersonData> _characters;
ImageFile *_talkPics;
- Common::Point _walkDest;
Point32 _hSavedPos;
int _hSavedFacing;
bool _holmesOn;