diff --git a/tools/quake3/q3map2/light_ydnar.c b/tools/quake3/q3map2/light_ydnar.c index 658967a4..dddb3517 100644 --- a/tools/quake3/q3map2/light_ydnar.c +++ b/tools/quake3/q3map2/light_ydnar.c @@ -3709,7 +3709,7 @@ void SetupEnvelopes( qboolean forGrid, qboolean fastFlag ){ else{ light->flags &= ~LIGHT_FAST_TEMP; } - if ( fastpoint && ( light->flags != EMIT_AREA ) ) { + if ( fastpoint && ( light->type != EMIT_AREA ) ) { light->flags |= LIGHT_FAST_TEMP; } if ( light->si && light->si->noFast ) {