r431 - trunk/code/renderer

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Dec 6 13:17:10 EST 2005


Author: tma
Date: 2005-12-06 13:17:10 -0500 (Tue, 06 Dec 2005)
New Revision: 431

Modified:
   trunk/code/renderer/tr_surface.c
Log:
* Oopsie.


Modified: trunk/code/renderer/tr_surface.c
===================================================================
--- trunk/code/renderer/tr_surface.c	2005-12-06 06:41:35 UTC (rev 430)
+++ trunk/code/renderer/tr_surface.c	2005-12-06 18:17:10 UTC (rev 431)
@@ -615,10 +615,10 @@
 {
 	short	*oldXyz, *newXyz, *oldNormals, *newNormals;
 	float	*outXyz, *outNormal;
-	float	oldXyzScale ALIGN16;
-	float   newXyzScale ALIGN16;
-	float	oldNormalScale ALIGN16;
-	float newNormalScale ALIGN16;
+	float	oldXyzScale ALIGN(16);
+	float   newXyzScale ALIGN(16);
+	float	oldNormalScale ALIGN(16);
+	float newNormalScale ALIGN(16);
 	int		vertNum;
 	unsigned lat, lng;
 	int		numVerts;




More information about the quake3-commits mailing list