From f29b0b98415b3b5df68e374cf6ffe21e4ba571fc Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 27 Sep 2002 05:06:51 +0000 Subject: [PATCH] added newline to end of Draw_CachePic error message git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2449 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl_draw.c b/gl_draw.c index eec5a4cb..90b40c49 100644 --- 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; } -- 2.39.2