Make compiler happy, remove doubtful non init usage.

This commit is contained in:
2009-10-21 17:56:26 +00:00
parent eab11543f3
commit 5fb73d8b81
14 changed files with 17 additions and 17 deletions

View File

@@ -207,7 +207,7 @@ void CutEdgeloop(Object *obedit, wmOperator *op, EditMesh *em, int numcuts)
EditEdge *nearest=NULL, *eed;
float fac;
int keys = 0, holdnum=0, selectmode, dist;
short mvalo[2] = {0,0}, mval[2];
short mvalo[2] = {0, 0}, mval[2] = {0, 0};
short event=0, val, choosing=1, cancel=0, cuthalf = 0, smooth=0;
short hasHidden = 0;
char msg[128];
@@ -251,7 +251,7 @@ void CutEdgeloop(Object *obedit, wmOperator *op, EditMesh *em, int numcuts)
// }
#endif
}
else PIL_sleep_ms(10); // idle
else PIL_sleep_ms(10); // idle
while(qtest())