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

dreammaster dreammaster at scummvm.org
Sun May 31 18:02:55 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:
c7ee71889f SHERLOCK: Fix white screen on Sclapel logo


Commit: c7ee71889f09f3a1bf1cf55c7617239ce88122fe
    https://github.com/scummvm/scummvm/commit/c7ee71889f09f3a1bf1cf55c7617239ce88122fe
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-05-31T11:58:07-04:00

Commit Message:
SHERLOCK: Fix white screen on Sclapel logo

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



diff --git a/engines/sherlock/scalpel/tsage/logo.cpp b/engines/sherlock/scalpel/tsage/logo.cpp
index 3fc9973..239543b 100644
--- a/engines/sherlock/scalpel/tsage/logo.cpp
+++ b/engines/sherlock/scalpel/tsage/logo.cpp
@@ -487,6 +487,7 @@ void Logo::nextFrame() {
 	case 13: {
 		// Load the new palette
 		byte palette[PALETTE_SIZE];
+		Common::copy(&_palette2[0], &_palette2[PALETTE_SIZE], &palette[0]);
 		_lib.getPalette(palette, 12);
 		screen.setPalette(palette);
 		break;






More information about the Scummvm-git-logs mailing list