Uninitialized variable, caused OSX to work, but not the other OS's!

(for Mesh rip)
This commit is contained in:
Ton Roosendaal 2005-10-20 08:15:02 +00:00
parent dc611a7575
commit 931a3bf8bf

@ -5957,7 +5957,7 @@ void mesh_rip(void)
if( efa->f & 1)
break;
if(efa->v4 && faceselectedOR(efa, SELECT) ) {
int totsel;
int totsel=0;
if(efa->e1->f & SELECT) totsel++;
if(efa->e2->f & SELECT) totsel++;