]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_draw.c
CL_TraceLine can now return what entity was hit (this isn't actually used, and accoun...
[xonotic/darkplaces.git] / gl_draw.c
index eec5a4cbbd8291fb0c4a55392ebfc9e577a4fcdc..90b40c49f844ede2af29efb9f579bcaa778b57ea 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -259,7 +259,7 @@ cachepic_t  *Draw_CachePic (char *path)
                pic->tex = draw_generatecrosshair(4);
        if (pic->tex == NULL)
        {
-               Con_Printf ("Draw_CachePic: failed to load %s", path);
+               Con_Printf ("Draw_CachePic: failed to load %s\n", path);
                pic->tex = r_notexture;
        }