--- ray/src/rt/source.c 1992/11/14 13:58:23 2.8 +++ ray/src/rt/source.c 1992/11/19 20:26:06 2.9 @@ -421,7 +421,7 @@ char *p; /* data for f */ * The -di flag renders light sources invisible, and here is the test. */ -#define srcignore(m, r) (directinvis && !(r->crtype&SHADOW) && \ +#define srcignore(m, r) (!directvis && !(r->crtype&SHADOW) && \ !distglow(m, r))