From: sajt Date: Wed, 7 Sep 2005 02:43:41 +0000 (+0000) Subject: Dot crosshair is now a tad bigger (and centred properly) X-Git-Tag: xonotic-v0.1.0preview~4589 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=3779acfc88fe7c276d68d21484116cee06cee9c8 Dot crosshair is now a tad bigger (and centred properly) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5686 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_draw.c b/gl_draw.c index 4edff7b9..ecd5154d 100644 --- 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)) + { clvideo_t *video;