[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.294,2.295
Travis Howell
kirben at users.sourceforge.net
Wed Sep 1 05:11:30 CEST 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv517/scumm
Modified Files:
gfx.cpp
Log Message:
Update debug code
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.294
retrieving revision 2.295
diff -u -d -r2.294 -r2.295
--- gfx.cpp 30 Aug 2004 00:10:26 -0000 2.294
+++ gfx.cpp 1 Sep 2004 12:10:41 -0000 2.295
@@ -1258,8 +1258,8 @@
dst[j] = dst2[j] = 12+i;
maskbits <<= 1;
}
- dst += vs->width;
- dst2 += vs->width;
+ dst += vs->pitch;
+ dst2 += vs->pitch;
mask_ptr += _numStrips;
}
}
More information about the Scummvm-git-logs
mailing list