aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index dab291990f..89232a7d52 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -252,8 +252,7 @@ void ScalpelEngine::showOpening() {
return;
}
- if (!TsAGE::Logo::show(this))
- return;
+ TsAGE::Logo::show(this);
if (!showCityCutscene())
return;
if (!showAlleyCutscene())