From b6076dd52458320f39442bc225ef8b0ce531ea51 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 21 Mar 2015 11:24:35 -0400 Subject: SHERLOCK: Implemented setWalking --- engines/sherlock/scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/scene.h') 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; -- cgit v1.2.3