--- ray/src/rt/raytrace.c 1989/07/19 18:46:59 1.5 +++ ray/src/rt/raytrace.c 1989/10/16 18:57:02 1.6 @@ -22,7 +22,7 @@ extern double minweight; /* minimum ray weight */ long nrays = 0L; /* number of rays traced */ -#define MAXLOOP 1024 /* modifier loop detection */ +#define MAXLOOP 128 /* modifier loop detection */ #define RAYHIT (-1) /* return value for intercepted ray */