aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-04-04 17:09:59 -0500
committerPaul Gilbert2015-04-04 17:09:59 -0500
commit005438570492b88a152a7a11e6d4df45687ba0bd (patch)
treec95a6e04a5caa381bb942df0c5c41f0460ec74fe /engines/sherlock/scene.h
parent402846aea5e08d774521caaa9bd29531c738a100 (diff)
downloadscummvm-rg350-005438570492b88a152a7a11e6d4df45687ba0bd.tar.gz
scummvm-rg350-005438570492b88a152a7a11e6d4df45687ba0bd.tar.bz2
scummvm-rg350-005438570492b88a152a7a11e6d4df45687ba0bd.zip
SHERLOCK: Implement journal event handling
Diffstat (limited to 'engines/sherlock/scene.h')
-rw-r--r--engines/sherlock/scene.h4
1 files changed, 2 insertions, 2 deletions
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