From: sajt Date: Tue, 23 Aug 2005 09:03:26 +0000 (+0000) Subject: I forgot to mention that I also fixed some other asymmetric crosshairs (3 and 4) X-Git-Tag: xonotic-v0.1.0preview~4626 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=77c54bb2724a809c86c35ba90c556e29ac05ca70;p=xonotic%2Fdarkplaces.git 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 --- 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);