]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.c
Use PRIx64 in C++-friendly form
[xonotic/darkplaces.git] / gl_backend.c
index abc7f794ebf2d8610c1bbb5956b02939558d684a..b16916a75ebad77541af5abcee776e24ba239ec9 100644 (file)
@@ -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);
        }
 }