Kester Maddock's valgrind memory issue patch.

(initalizes a var to 0 before its used for the first time)
This commit is contained in:
Kent Mein 2003-05-20 15:34:23 +00:00
parent f375497e4d
commit feda2db76a

@ -374,7 +374,7 @@ float readshadowbuf(struct ShadBuf *shb, int xs, int ys, int zs) /* return 1.0 :
{
float temp;
int *rz, ofs;
int zsamp;
int zsamp=0;
char *ct, *cz;
/* simpleclip */