From 005438570492b88a152a7a11e6d4df45687ba0bd Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 4 Apr 2015 17:09:59 -0500 Subject: SHERLOCK: Implement journal event handling --- engines/sherlock/scene.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sherlock/scene.h') diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h index cd64073621..3549325e8e 100644 --- a/engines/sherlock/scene.h +++ b/engines/sherlock/scene.h @@ -97,8 +97,6 @@ private: void transitionToScene(); - void updateBackground(); - void checkBgShapes(ImageFrame *frame, const Common::Point &pt); void saveSceneStatus(); @@ -167,6 +165,8 @@ public: int whichZone(const Common::Point &pt); int closestZone(const Common::Point &pt); + + void updateBackground(); }; } // End of namespace Sherlock -- cgit v1.2.3