[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.326,2.327

Travis Howell kirben at users.sourceforge.net
Sat Sep 25 04:26:22 CEST 2004


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

Modified Files:
	gfx.cpp 
Log Message:

Lost comment


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.326
retrieving revision 2.327
diff -u -d -r2.326 -r2.327
--- gfx.cpp	25 Sep 2004 11:17:22 -0000	2.326
+++ gfx.cpp	25 Sep 2004 11:20:38 -0000	2.327
@@ -2155,6 +2155,7 @@
 		}                             \
 	} while (0)
 
+// NOTE: drawStripHE is actually very similar to drawStripComplex
 void Gdi::drawStripHE(byte *dst, int dstPitch, const byte *src, int w, int height, const bool transpCheck) const {
 	uint32 dataBit, data, shift;
 	byte color;





More information about the Scummvm-git-logs mailing list