[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.68,2.69
Max Horn
fingolfin at users.sourceforge.net
Sat May 3 20:06:05 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv8738
Modified Files:
gfx.cpp
Log Message:
much better, but still buggy
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.68
retrieving revision 2.69
diff -u -d -r2.68 -r2.69
--- gfx.cpp 4 May 2003 03:01:55 -0000 2.68
+++ gfx.cpp 4 May 2003 03:05:16 -0000 2.69
@@ -1210,7 +1210,7 @@
memset(dither_table, 0, sizeof(dither_table)); // FIXME - is that correct?
do {
ptr_dither_table = dither_table;
- y = 128;
+ y = height;
do {
if (--run == 0) {
data = *src++;
More information about the Scummvm-git-logs
mailing list