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

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Aug 10 14:12:37 CEST 2005


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

Modified Files:
	ztriangle.cpp 
Log Message:
indent

Index: ztriangle.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/tinygl/ztriangle.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ztriangle.cpp	10 Aug 2005 21:10:46 -0000	1.6
+++ ztriangle.cpp	10 Aug 2005 21:11:24 -0000	1.7
@@ -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