--- ray/src/rt/o_instance.c 1989/04/23 19:33:59 1.5 +++ ray/src/rt/o_instance.c 1989/10/24 13:58:45 1.6 @@ -24,7 +24,7 @@ register RAY *r; register INSTANCE *in; register int i; /* get the octree */ - in = getinstance(o, GET_ALL); + in = getinstance(o, IO_ALL); /* copy old ray */ bcopy(r, &rcont, sizeof(RAY)); /* transform it */