]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_draw.c
Dot crosshair is now a tad bigger (and centred properly)
[xonotic/darkplaces.git] / gl_draw.c
index 048a46c1048ba8051b6878e28cd8d430d443e201..ecd5154d6fd999a597d5e0499cd971a381ffba15 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -241,8 +241,8 @@ static qbyte *crosshairtexdata[NUMCROSSHAIRS] =
        "................"
        "................"
        "................"
-       "................"
-       "........7......."
+       ".......55......."
+       ".......55......."
        "................"
        "................"
        "................"
@@ -313,7 +313,9 @@ 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);