X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=gl_backend.c;h=b16916a75ebad77541af5abcee776e24ba239ec9;hb=27b8e67dec8c8084ba38ed8201dc54ccd46fdb23;hp=abc7f794ebf2d8610c1bbb5956b02939558d684a;hpb=8637b1ec26ca72f92d1ef8faf23a2f124c1f4ff3;p=xonotic%2Fdarkplaces.git diff --git a/gl_backend.c b/gl_backend.c index abc7f794..b16916a7 100644 --- a/gl_backend.c +++ b/gl_backend.c @@ -1551,7 +1551,7 @@ void R_Mesh_Start(void) R_Mesh_SetRenderTargets(0, NULL, NULL, NULL, NULL, NULL); if (gl_printcheckerror.integer && !gl_paranoid.integer) { - Con_Warnf("WARNING: gl_printcheckerror is on but gl_paranoid is off, turning it on...\n"); + Con_Printf(CON_WARN "WARNING: gl_printcheckerror is on but gl_paranoid is off, turning it on...\n"); Cvar_SetValueQuick(&gl_paranoid, 1); } }