--- ray/src/rt/rpict.c 1993/05/25 10:30:08 2.24 +++ ray/src/rt/rpict.c 1993/05/28 18:59:50 2.25 @@ -201,6 +201,7 @@ char *pout, *zout, *prvr; do { if (seq && nextview(stdin) == EOF) break; + pctdone = 0.0; if (pout != NULL) { sprintf(fbuf, pout, seq); if (freopen(fbuf, "w", stdout) == NULL) {