From 3b076459914d8f9cbc1db2e6def6c5ce952e3ffe Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 8 Jun 2015 21:45:24 +0200 Subject: SHERLOCK: Don't skip rest of intro when skipping DOS EA logo This is how the original works, as far as I can tell. --- engines/sherlock/scalpel/scalpel.cpp | 3 +-- 1 file changed, 1 insertion(+), 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()) -- cgit v1.2.3