[Scummvm-cvs-logs] scummvm master -> d5ef021f6fe85597bcf387d99eedb09d105ff517

m-kiewitz m_kiewitz at users.sourceforge.net
Mon Jun 8 18:01:42 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d5ef021f6f SHERLOCK: 3DO intro screen clear added


Commit: d5ef021f6fe85597bcf387d99eedb09d105ff517
    https://github.com/scummvm/scummvm/commit/d5ef021f6fe85597bcf387d99eedb09d105ff517
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-08T18:00:36+02:00

Commit Message:
SHERLOCK: 3DO intro screen clear added

Changed paths:
    engines/sherlock/scalpel/scalpel.cpp



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






More information about the Scummvm-git-logs mailing list