[Scummvm-git-logs] scummvm master -> 602a70fa2b593c3f96511f0f850862d9df293de3

athrxx noreply at scummvm.org
Fri Jul 29 14:44:47 UTC 2022


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:
602a70fa2b SCUMM: (EGA) - fix palette glitch when loading savegames


Commit: 602a70fa2b593c3f96511f0f850862d9df293de3
    https://github.com/scummvm/scummvm/commit/602a70fa2b593c3f96511f0f850862d9df293de3
Author: athrxx (athrxx at scummvm.org)
Date: 2022-07-29T16:43:33+02:00

Commit Message:
SCUMM: (EGA) - fix palette glitch when loading savegames

Changed paths:
    engines/scumm/palette.cpp


diff --git a/engines/scumm/palette.cpp b/engines/scumm/palette.cpp
index d0d42a2a110..efdee1d1d56 100644
--- a/engines/scumm/palette.cpp
+++ b/engines/scumm/palette.cpp
@@ -190,6 +190,7 @@ void ScummEngine::resetPalette() {
 
 	int cgaPalIndex = 1;
 	int cgaPalIntensity = 1;
+	_enableEGADithering = false;
 
 	if (_renderMode == Common::kRenderHercA) {
 		setPaletteFromTable(tableHercAPalette, sizeof(tableHercAPalette) / 3);




More information about the Scummvm-git-logs mailing list