diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index 42cbf704f33..bf961dd13d8 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); }