diff --git a/engine/client/cl_tent.c b/engine/client/cl_tent.c index 86e95ad6..355a9aea 100644 --- a/engine/client/cl_tent.c +++ b/engine/client/cl_tent.c @@ -2448,7 +2448,8 @@ void CL_SetLightstyle( int style, const char *s, float f ) } } - Con_Reportf( "Lightstyle %i (%s), interp %s\n", style, ls->pattern, ls->interp ? "Yes" : "No" ); + if( ls->length >= 1 ) + Con_Reportf( "Lightstyle %i (%s), interp %s\n", style, ls->pattern, ls->interp ? "Yes" : "No" ); } /*