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 5973823f96..14f24333e0 100644 --- a/engines/sherlock/sherlock.cpp +++ b/engines/sherlock/sherlock.cpp @@ -95,7 +95,7 @@ void SherlockEngine::initialize() { _scene = new Scene(this); _screen = new Screen(this); _sound = new Sound(this, _mixer); - _talk = new Talk(this); + _talk = Talk::init(this); _ui = UserInterface::init(this); // Load game settings |