]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Dot crosshair is now a tad bigger (and centred properly)
authorsajt <sajt@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 7 Sep 2005 02:43:41 +0000 (02:43 +0000)
committersajt <sajt@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 7 Sep 2005 02:43:41 +0000 (02:43 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5686 d7cf8633-e32d-0410-b094-e92efae38249

gl_draw.c

index 4edff7b977654a26b15a4de3143a99168c21d1a2..ecd5154d6fd999a597d5e0499cd971a381ffba15 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -241,8 +241,8 @@ static qbyte *crosshairtexdata[NUMCROSSHAIRS] =
        "................"
        "................"
        "................"
        "................"
        "................"
        "................"
-       "................"
-       "........7......."
+       ".......55......."
+       ".......55......."
        "................"
        "................"
        "................"
        "................"
        "................"
        "................"
@@ -314,6 +314,7 @@ cachepic_t  *Draw_CachePic (const char *path, qboolean persistent)
        int flags;
 
        if (!strncmp(CLVIDEOPREFIX, path, sizeof(CLVIDEOPREFIX) - 1))
        int flags;
 
        if (!strncmp(CLVIDEOPREFIX, path, sizeof(CLVIDEOPREFIX) - 1))
+
        {
                clvideo_t *video;
 
        {
                clvideo_t *video;