[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.62,2.63
Pawel Kolodziejski
aquadran at users.sourceforge.net
Tue Apr 29 23:09:08 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv14712
Modified Files:
gfx.cpp
Log Message:
small cleanup
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.62
retrieving revision 2.63
diff -u -d -r2.62 -r2.63
--- gfx.cpp 30 Apr 2003 05:52:03 -0000 2.62
+++ gfx.cpp 30 Apr 2003 06:08:32 -0000 2.63
@@ -1158,24 +1158,24 @@
_egaStripZRun[x] = length | 0x80;
}
if (--y == 0) {
- if (--room_width == 0)
+ if (--room_width == 0)
return;
x++;
- y = 128;
+ y = 128;
}
} while (--length);
} else {
- do {
+ do {
data = *zplane++;
if (y == 128) {
_egaStripZOffsets[x] = zplane - roomptr - 1;
_egaStripZRun[x] = length;
}
if (--y == 0) {
- if (--room_width == 0)
+ if (--room_width == 0)
return;
x++;
- y = 128;
+ y = 128;
}
} while (--length);
}
More information about the Scummvm-git-logs
mailing list