X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=tools%2Fquake3%2Fq3map2%2Flight.c;h=8520edd7f14de21054545009f09705ce4d5f1c6b;hp=25d40a9a336d62ea675868e5acf5a1907599a650;hb=cc4e44e31a89c8efed942ca26e2a341466f9a3b2;hpb=2c4c4aead76ba5d06b74ad3cfbb92ade42f6625f diff --git a/tools/quake3/q3map2/light.c b/tools/quake3/q3map2/light.c index 25d40a9a..8520edd7 100644 --- a/tools/quake3/q3map2/light.c +++ b/tools/quake3/q3map2/light.c @@ -339,10 +339,10 @@ void CreateEntityLights( void ) if( light->style < LS_NORMAL || light->style >= LS_NONE ) Error( "Invalid lightstyle (%d) on entity %d", light->style, i ); - /* override */ - if( noStyles ) - light->style = LS_NORMAL; - + 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 )