[Scummvm-cvs-logs] CVS: residual/tinygl ztriangle.cpp,1.5,1.6

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Aug 10 14:11:13 CEST 2005


Update of /cvsroot/scummvm/residual/tinygl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23970

Modified Files:
	ztriangle.cpp 
Log Message:
indent

Index: ztriangle.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/tinygl/ztriangle.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ztriangle.cpp	10 Aug 2005 21:09:32 -0000	1.5
+++ ztriangle.cpp	10 Aug 2005 21:10:46 -0000	1.6
@@ -278,8 +278,8 @@
 {						\
    zz=z >> ZB_POINT_Z_FRAC_BITS;		\
      if (ZCMP(zz,pz[_a])) {				\
-	   PIXEL pixel = *(PIXEL *)((char *)texture+ \
-               (((t & 0x3FC00000) | (s & 0x003FC000)) >> (17 - PSZSH)));\
+          PIXEL pixel = *(PIXEL *)((char *)texture+ \
+             (((t & 0x3FC00000) | (s & 0x003FC000)) >> (17 - PSZSH)));\
        unsigned int c_r = (pixel & 0xF800) >> 9;    \
        unsigned int c_g = (pixel & 0x07E0) >> 4;    \
        unsigned int c_b = (pixel & 0x001F) << 2;    \





More information about the Scummvm-git-logs mailing list