]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/light.c
ABToSVK commit
[xonotic/netradiant.git] / tools / quake3 / q3map2 / light.c
index 670c9a0ed21ce2935b9ce45293dcf365c5e614a6..32e155c2292879c70b98aff7baf2791c50e634d5 100644 (file)
@@ -322,6 +322,10 @@ void CreateEntityLights( void )
                if( light->style < LS_NORMAL || light->style >= LS_NONE )
                        Error( "Invalid lightstyle (%d) on entity %d", light->style, i );
                
+               if( light->style != LS_NORMAL ) {
+                       Sys_FPrintf (SYS_WRN, "WARNING: Styled light found targeting %s\n **", target );
+               }
+
                /* set light intensity */
                intensity = FloatForKey( e, "_light" );
                if( intensity == 0.0f )