aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-21 11:24:35 -0400
committerPaul Gilbert2015-03-21 11:24:35 -0400
commitb6076dd52458320f39442bc225ef8b0ce531ea51 (patch)
treedd8ac2cc125e2fe43ea431437b55c8df37160fad /engines/sherlock/scene.h
parent06fbefc7875b37dd531b65c42087e4e6782c03a6 (diff)
downloadscummvm-rg350-b6076dd52458320f39442bc225ef8b0ce531ea51.tar.gz
scummvm-rg350-b6076dd52458320f39442bc225ef8b0ce531ea51.tar.bz2
scummvm-rg350-b6076dd52458320f39442bc225ef8b0ce531ea51.zip
SHERLOCK: Implemented setWalking
Diffstat (limited to 'engines/sherlock/scene.h')
-rw-r--r--engines/sherlock/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h
index 5625bb1f5b..a4b94652c8 100644
--- a/engines/sherlock/scene.h
+++ b/engines/sherlock/scene.h
@@ -108,7 +108,7 @@ public:
bool _savedStats[SCENES_COUNT][9];
Common::Point _bigPos;
Common::Point _overPos;
- int _oldCharPoint;
+ int _charPoint, _oldCharPoint;
ImageFile *_controls;
ImageFile *_controlPanel;
bool _windowOpen, _infoFlag;