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

lordhoto lordhoto at gmail.com
Mon Aug 12 04:53:49 CEST 2013


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:
d05f90fa0f KYRA: Fix palette glitch in Kyra3 when loading from main menu.


Commit: d05f90fa0fe71750c6126fc0f14c4215cf3bfc32
    https://github.com/scummvm/scummvm/commit/d05f90fa0fe71750c6126fc0f14c4215cf3bfc32
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2013-08-11T19:52:30-07:00

Commit Message:
KYRA: Fix palette glitch in Kyra3 when loading from main menu.

Formerly, the main menu was shown with the palette of the first screen for
a short time. Thanks to eriktorbjorn for noticing this.

Changed paths:
    engines/kyra/scene_mr.cpp



diff --git a/engines/kyra/scene_mr.cpp b/engines/kyra/scene_mr.cpp
index c9486d9..d2b4907 100644
--- a/engines/kyra/scene_mr.cpp
+++ b/engines/kyra/scene_mr.cpp
@@ -577,6 +577,7 @@ void KyraEngine_MR::initSceneScreen(int unk1) {
 	}
 
 	updateCharPal(0);
+	_screen->updateScreen();
 
 	if (!_menuDirectlyToLoad) {
 		_emc->start(&_sceneScriptState, 3);






More information about the Scummvm-git-logs mailing list