Clean up some more compilation warnings.

This commit is contained in:
sjbaker
2007-03-19 04:31:26 +00:00
parent 6b102c65b3
commit c82f36fa34
2 changed files with 3 additions and 2 deletions

View File

@@ -299,7 +299,8 @@ void btGIMPACTMeshShape::processAllTriangles(btTriangleCallback* callback,const
GDYNAMIC_ARRAY collision_result;
GIM_TRIMESH * ptrimesh;
int i,j;
int i;
unsigned int j;
vec3f trivec[3];
btVector3 btrivec[3];
GUINT * boxesresult;