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:
Torbjörn Andersson 2004-06-14 07:23:59 +00:00
parent a15f20535f
commit 3da9e2d21e

View File

@ -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;