--- ray/src/rt/rpict.c 1992/09/21 12:07:52 2.14 +++ ray/src/rt/rpict.c 1992/10/06 12:30:07 2.16 @@ -63,7 +63,11 @@ int ambounce = 0; /* ambient bounces */ char *amblist[128]; /* ambient include/exclude list */ int ambincl = -1; /* include == 1, exclude == 0 */ +#ifdef MSDOS +int ralrm = 60; /* seconds between reports */ +#else int ralrm = 0; /* seconds between reports */ +#endif double pctdone = 0.0; /* percentage done */ @@ -498,7 +502,6 @@ int x, y; int xlen, ylen; int b; { - extern double fabs(); double ratio; double z; COLOR ctmp;