diff options
Diffstat (limited to 'engines/sherlock/sherlock.cpp')
-rw-r--r-- | engines/sherlock/sherlock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/sherlock.cpp b/engines/sherlock/sherlock.cpp index 497841faac..03c10554e8 100644 --- a/engines/sherlock/sherlock.cpp +++ b/engines/sherlock/sherlock.cpp @@ -92,7 +92,7 @@ void SherlockEngine::initialize() { _journal = new Journal(this); _people = new People(this); _saves = new SaveManager(this, _targetName); - _scene = new Scene(this); + _scene = Scene::init(this); _screen = new Screen(this); _sound = new Sound(this, _mixer); _talk = Talk::init(this); |