--- ray/src/rt/ray.h 1992/01/04 19:53:55 2.2 +++ ray/src/rt/ray.h 1993/05/25 10:30:14 2.3 @@ -27,7 +27,7 @@ #define RAYREFL (SHADOW|REFLECTED|AMBIENT|SPECULAR) typedef struct ray { - long rno; /* unique ray number */ + unsigned long rno; /* unique ray number */ int rlvl; /* number of reflections for this ray */ float rweight; /* cumulative weight of this ray */ short rtype; /* ray type */