From d5ef021f6fe85597bcf387d99eedb09d105ff517 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 8 Jun 2015 18:00:36 +0200 Subject: SHERLOCK: 3DO intro screen clear added --- engines/sherlock/scalpel/scalpel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index 42cbf704f3..bf961dd13d 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -610,6 +610,8 @@ bool ScalpelEngine::showAlleyCutscene3DO() { if (finished) { // Fade out... + _screen->clear(); + finished = _events->delay(1000, true); } -- cgit v1.2.3