--- ray/src/util/ranimove1.c 2005/12/20 03:49:51 3.12 +++ ray/src/util/ranimove1.c 2008/04/17 14:44:25 3.13 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: ranimove1.c,v 3.12 2005/12/20 03:49:51 greg Exp $"; +static const char RCSid[] = "$Id: ranimove1.c,v 3.13 2008/04/17 14:44:25 greg Exp $"; #endif /* * ranimove1.c @@ -658,7 +658,6 @@ extern void init_frame(void) /* render base (low quality) frame */ { int restart; - /* allocate/swap buffers */ next_frame(); /* check rendering status */ @@ -667,9 +666,9 @@ init_frame(void) /* render base (low quality) frame restart = -1; if (restart > 0) { if (nprocs > 1) - ray_pdone(1); + ray_pdone(0); else - ray_done(1); + ray_done(0); } /* post low quality parameters */ if (curparams != &lorendparams)