--- ray/src/common/object.h 1997/03/07 15:45:31 2.3 +++ ray/src/common/object.h 1997/12/03 11:13:12 2.4 @@ -52,7 +52,7 @@ typedef struct { #ifndef MAXOBJBLK #ifdef BIGMEM -#define MAXOBJBLK 4095 /* maximum number of object blocks */ +#define MAXOBJBLK 32767 /* maximum number of object blocks */ #else #define MAXOBJBLK 511 /* maximum number of object blocks */ #endif