No long needed here (win64 cleanup)

This commit is contained in:
Daniel Genrich 2008-07-29 18:07:06 +00:00
parent 908337bee1
commit 039814f7d2

@ -1547,7 +1547,7 @@ int cloth_bvh_objcollision ( Object *ob, ClothModifierData * clmd, float step, f
{
Cloth *cloth=NULL;
BVHTree *cloth_bvh=NULL;
long i=0, numfaces = 0, numverts = 0;
int i=0, numfaces = 0, numverts = 0;
int rounds = 0; // result counts applied collisions; ic is for debug output;
ClothVertex *verts = NULL;
int ret = 0, ret2 = 0;