[Scummvm-git-logs] scummvm master -> 3eac8abe0f9a41e4596e599ae682ca5d0aed045a
sev-
noreply at scummvm.org
Sat Nov 15 22:40:40 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
3eac8abe0f DIRECTOR: Partially revert a694f796f, Matte mask generation
Commit: 3eac8abe0f9a41e4596e599ae682ca5d0aed045a
https://github.com/scummvm/scummvm/commit/3eac8abe0f9a41e4596e599ae682ca5d0aed045a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-11-15T23:40:09+01:00
Commit Message:
DIRECTOR: Partially revert a694f796f, Matte mask generation
This fixes Willy Wabbit and in general was part of attempt
to fix what ended up with b5c19491a018
Changed paths:
engines/director/castmember/bitmap.cpp
diff --git a/engines/director/castmember/bitmap.cpp b/engines/director/castmember/bitmap.cpp
index 0422ddeb2e2..726534b1c90 100644
--- a/engines/director/castmember/bitmap.cpp
+++ b/engines/director/castmember/bitmap.cpp
@@ -555,10 +555,6 @@ void BitmapCastMember::createMatte(const Common::Rect &bbox) {
bool colorFound = false;
const byte *palette = g_director->getPalette();
- if (_picture->getPaletteCount() > 0) {
- palette = _picture->_palette;
- }
-
if (tmp.format.isCLUT8()) {
for (int y = 0; y < tmp.h; y++) {
for (int x = 0; x < tmp.w; x++) {
More information about the Scummvm-git-logs
mailing list