[Scummvm-git-logs] scummvm master -> c07f28a6b06e24d459af20da62691b68b5b11ba8

sev- sev at scummvm.org
Sat May 15 22:37:21 UTC 2021


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:
c07f28a6b0 SLUDGE: Revert the background transparency fix as that messes with some backgrounds


Commit: c07f28a6b06e24d459af20da62691b68b5b11ba8
    https://github.com/scummvm/scummvm/commit/c07f28a6b06e24d459af20da62691b68b5b11ba8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-05-16T00:37:12+02:00

Commit Message:
SLUDGE: Revert the background transparency fix as that messes with some backgrounds

Changed paths:
    engines/sludge/graphics.cpp


diff --git a/engines/sludge/graphics.cpp b/engines/sludge/graphics.cpp
index 127affb2ed..84b0f22770 100644
--- a/engines/sludge/graphics.cpp
+++ b/engines/sludge/graphics.cpp
@@ -77,7 +77,7 @@ void GraphicsManager::init() {
 	_zBuffer->sprites = nullptr;
 
 	// Colors
-	_currentBlankColour = _renderSurface.format.ARGBToColor(0, 0, 0, 0);
+	_currentBlankColour = _renderSurface.format.ARGBToColor(0xff, 0, 0, 0);
 	_currentBurnR = 0;
 	_currentBurnG = 0;
 	_currentBurnB = 0;




More information about the Scummvm-git-logs mailing list