diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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); } |