--- ray/src/rt/source.c 1991/06/20 16:36:41 1.36 +++ ray/src/rt/source.c 1991/06/25 12:32:51 1.37 @@ -75,7 +75,7 @@ marksources() /* find and mark source objects */ if ((ns = newsource()) < 0) goto memerr; - (*sfun[o->otype].of->setsrc)(&source[ns], o); + setsource(&source[ns], o); if (m->otype == MAT_GLOW) { source[ns].sflags |= SPROX;