X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake3%2Fq3map2%2Fshaders.c;fp=tools%2Fquake3%2Fq3map2%2Fshaders.c;h=923fe8a49d854fb257f55b760c5e5b816158ad7a;hb=d8449157fd4facc0b2da329b630b159677565464;hp=18d3db2ec0cd871879b4dce24fe309baab87efed;hpb=a288b9c4361aac242f3218e635f1ed73d070c146;p=xonotic%2Fnetradiant.git diff --git a/tools/quake3/q3map2/shaders.c b/tools/quake3/q3map2/shaders.c index 18d3db2e..923fe8a4 100644 --- a/tools/quake3/q3map2/shaders.c +++ b/tools/quake3/q3map2/shaders.c @@ -861,7 +861,7 @@ shaderInfo_t *ShaderInfoForShader( const char *shaderName ){ /* increase deprecation depth */ deprecationDepth++; if ( deprecationDepth == MAX_SHADER_DEPRECATION_DEPTH ) { - Sys_Printf( "WARNING: Max deprecation depth of %i is reached on shader '%s'\n", MAX_SHADER_DEPRECATION_DEPTH, shader ); + Sys_FPrintf( SYS_WRN, "WARNING: Max deprecation depth of %i is reached on shader '%s'\n", MAX_SHADER_DEPRECATION_DEPTH, shader ); } /* search again from beginning */ i = -1;