--- ray/src/rt/rpict.c 1992/10/02 16:19:10 2.15 +++ 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 */