[Scummvm-cvs-logs] CVS: residual vector3d.h,1.6,1.7

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Feb 25 01:05:05 CET 2004


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

Modified Files:
	vector3d.h 
Log Message:
cleanup

Index: vector3d.h
===================================================================
RCS file: /cvsroot/scummvm/residual/vector3d.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- vector3d.h	25 Feb 2004 08:21:31 -0000	1.6
+++ vector3d.h	25 Feb 2004 08:49:48 -0000	1.7
@@ -82,7 +82,7 @@
 	}
 
 	float dotProduct( float sx, float sy, float sz ) {
-		return x()*sx + y()*sy + z()*sz;
+		return x() * sx + y() * sy + z()*sz;
 	}
 
 	bool isZero() {





More information about the Scummvm-git-logs mailing list