Second commit, now it should not bother me with passwords, according

to some person... :)
This commit is contained in:
Ton Roosendaal 2007-05-14 19:52:21 +00:00
parent d90f0b1e16
commit 7ddc602ebf

@ -1841,7 +1841,7 @@ static int hashlist_projectvert(float *v1, float winmat[][4], float *hoco)
return 0;
}
buck= &bucket[ (((unsigned long)v1)/16) & 255 ];
buck= &bucket[ (((long)v1)/16) & 255 ];
if(buck->vert==v1) {
QUATCOPY(hoco, buck->hoco);
return buck->clip;