aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sherlock.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-18 22:32:41 -0400
committerPaul Gilbert2015-03-18 22:32:41 -0400
commit2dc355ff6ecbbc3650beecb341ebe4415de20101 (patch)
tree94faa056336d7a1cd77f23f92a3b5fc6c462d9da /engines/sherlock/sherlock.h
parentb8ad1ce140c91257ba79fe50f41da34a5a6e74c2 (diff)
downloadscummvm-rg350-2dc355ff6ecbbc3650beecb341ebe4415de20101.tar.gz
scummvm-rg350-2dc355ff6ecbbc3650beecb341ebe4415de20101.tar.bz2
scummvm-rg350-2dc355ff6ecbbc3650beecb341ebe4415de20101.zip
SHERLOCK: Implement Scalpel-specific scene starting
Diffstat (limited to 'engines/sherlock/sherlock.h')
-rw-r--r--engines/sherlock/sherlock.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sherlock/sherlock.h b/engines/sherlock/sherlock.h
index cedc57a9f8..7906417d7e 100644
--- a/engines/sherlock/sherlock.h
+++ b/engines/sherlock/sherlock.h
@@ -69,6 +69,8 @@ protected:
virtual void initialize();
virtual void showOpening() = 0;
+
+ virtual void startScene() {}
public:
const SherlockGameDescription *_gameDescription;
Animation *_animation;
@@ -85,6 +87,8 @@ public:
Common::String _soundOverride;
Common::String _titleOverride;
bool _useEpilogue2;
+ Common::Point _hsavedPos;
+ int _hsavedFs;
public:
SherlockEngine(OSystem *syst, const SherlockGameDescription *gameDesc);
virtual ~SherlockEngine();