--- ray/src/common/instance.h 1991/11/12 16:54:59 2.1 +++ ray/src/common/instance.h 1992/08/06 08:18:56 2.2 @@ -14,6 +14,7 @@ typedef struct scene { char *name; /* octree name */ int ldflags; /* what was loaded */ CUBE scube; /* scene cube */ + OBJECT firstobj, nobjs; /* first object and count */ struct scene *next; /* next in list */ } SCENE; /* loaded octree */