From 77c54bb2724a809c86c35ba90c556e29ac05ca70 Mon Sep 17 00:00:00 2001 From: sajt Date: Tue, 23 Aug 2005 09:03:26 +0000 Subject: [PATCH] I forgot to mention that I also fixed some other asymmetric crosshairs (3 and 4) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5642 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_draw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gl_draw.c b/gl_draw.c index 048a46c1..4edff7b9 100644 --- a/gl_draw.c +++ b/gl_draw.c @@ -313,7 +313,8 @@ cachepic_t *Draw_CachePic (const char *path, qboolean persistent) qpic_t *p; int flags; - if (!strncmp(CLVIDEOPREFIX, path, sizeof(CLVIDEOPREFIX) - 1)) { + if (!strncmp(CLVIDEOPREFIX, path, sizeof(CLVIDEOPREFIX) - 1)) + { clvideo_t *video; video = CL_GetVideo(path); -- 2.39.2