--- ray/src/hd/rholo2.c 2003/07/07 17:21:51 3.25 +++ ray/src/hd/rholo2.c 2003/07/21 22:30:18 3.26 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: rholo2.c,v 3.25 2003/07/07 17:21:51 greg Exp $"; +static const char RCSid[] = "$Id: rholo2.c,v 3.26 2003/07/21 22:30:18 schorsch Exp $"; #endif /* * Rtrace support routines for holodeck rendering @@ -38,7 +38,7 @@ GCOORD *gc; gcl->erg2 *= (1./3.) * myeye.rng*myeye.rng; } if (gc != NULL) - copystruct(&gcl->gc, gc); + gcl->gc = *gc; gcl->gmin[0] = gcl->gmin[1] = FHUGE; gcl->gmax[0] = gcl->gmax[1] = -FHUGE; }