diff options
-rw-r--r-- | engines/sherlock/sherlock.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sherlock/sherlock.cpp b/engines/sherlock/sherlock.cpp index 211c52ea87..5bb6500cf9 100644 --- a/engines/sherlock/sherlock.cpp +++ b/engines/sherlock/sherlock.cpp @@ -88,7 +88,8 @@ void SherlockEngine::initialize() { Common::Error SherlockEngine::run() { initialize(); - showOpening(); + // Temporarily disabled for now +// showOpening(); while (!shouldQuit()) { // Prepare for scene, and handle any game-specific scenes. This allows |