[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.272,2.273

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Mon Jun 14 00:25:01 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15435

Modified Files:
	gfx.cpp 
Log Message:
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...


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.272
retrieving revision 2.273
diff -u -d -r2.272 -r2.273
--- gfx.cpp	8 Apr 2004 23:43:30 -0000	2.272
+++ gfx.cpp	14 Jun 2004 07:23:59 -0000	2.273
@@ -668,7 +668,7 @@
 				// 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;





More information about the Scummvm-git-logs mailing list