]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/light_ydnar.c
add option -nofastpoint; make old buggy behaviour default as it is typically a lot...
[xonotic/netradiant.git] / tools / quake3 / q3map2 / light_ydnar.c
index 12742f707cc439df86a172e6476d18979990c7d8..d10c72648f3482b8245325f52a5f252d6acc61fc 100644 (file)
@@ -3623,6 +3623,8 @@ void SetupEnvelopes( qboolean forGrid, qboolean fastFlag )
                                        light->flags |= LIGHT_FAST_TEMP;
                                else
                                        light->flags &= ~LIGHT_FAST_TEMP;
+                               if( fastpoint && (light->flags != EMIT_AREA) )
+                                       light->flags |= LIGHT_FAST_TEMP;
                                if( light->si && light->si->noFast )
                                        light->flags &= ~(LIGHT_FAST | LIGHT_FAST_TEMP);