--- ray/src/common/object.h 1989/02/02 10:34:17 1.1 +++ ray/src/common/object.h 1990/09/06 23:32:38 1.2 @@ -48,7 +48,7 @@ typedef struct { #define MAXOBJBLK 511 /* maximum number of object blocks */ extern OBJREC *objblock[MAXOBJBLK]; /* the object blocks */ -extern int nobjects; /* # of objects */ +extern OBJECT nobjects; /* # of objects */ #define objptr(obj) (objblock[(obj)>>6]+((obj)&077))