mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
The "Fatty Bear's Birthday Surprise" demo didn't erase subtitles properly
during the black-and-white "Alfred Hitchcock Presents" style part of the intro. I think this is the correct fix for it, but I could be wrong... svn-id: r13958
This commit is contained in:
parent
a15f20535f
commit
3da9e2d21e
@ -668,7 +668,7 @@ void CharsetRenderer::restoreCharsetBg() {
|
||||
// clean out the charset mask
|
||||
|
||||
const int mask_width = _vm->gdi._numStrips;
|
||||
byte *mask = _vm->getMaskBuffer(0, vs->topline, 0);
|
||||
byte *mask = _vm->getMaskBuffer(0, 0, 0);
|
||||
assert(vs->width == 8 * _vm->gdi._numStrips);
|
||||
|
||||
int height = vs->height;
|
||||
|
Loading…
x
Reference in New Issue
Block a user