diff options
Diffstat (limited to 'engines/sherlock/scene.h')
-rw-r--r-- | engines/sherlock/scene.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h index 8051d45c2d..f6e9ce1b77 100644 --- a/engines/sherlock/scene.h +++ b/engines/sherlock/scene.h @@ -79,8 +79,8 @@ class Exit: public Common::Rect { public: int _scene; int _allow; - Common::Point _people; - int _peopleDir; + Common::Point _newPosition; + int _newFacing; Common::String _dest; int _image; // Arrow image to use |