]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_draw.c
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / gl_draw.c
index 83852180c8b320be25b8f7a938690620728d77b5..f2aa89200195c822be6a18564b9224db2c4497fd 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -282,7 +282,7 @@ cachepic_t  *Draw_CachePic (char *path)
                pic->tex = draw_generateditherpattern();
        if (pic->tex == NULL)
        {
-               Con_Printf ("Draw_CachePic: failed to load %s\n", path);
+               Con_Printf("Draw_CachePic: failed to load %s\n", path);
                pic->tex = r_notexture;
        }