[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.123,2.124
Max Horn
fingolfin at users.sourceforge.net
Thu May 29 18:16:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv17541
Modified Files:
gfx.cpp
Log Message:
this clip is bad: it's not needed (we clip later anyway), and it clips too much
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.123
retrieving revision 2.124
diff -u -d -r2.123 -r2.124
--- gfx.cpp 29 May 2003 12:55:27 -0000 2.123
+++ gfx.cpp 30 May 2003 00:48:35 -0000 2.124
@@ -294,8 +294,6 @@
left = 0;
if (bottom > vs->height)
bottom = vs->height;
- if (right > vs->width)
- right = vs->width;
if (virt == 0 && dirtybit) {
lp = (left >> 3) + _screenStartStrip;
More information about the Scummvm-git-logs
mailing list