From 3779acfc88fe7c276d68d21484116cee06cee9c8 Mon Sep 17 00:00:00 2001 From: sajt Date: Wed, 7 Sep 2005 02:43:41 +0000 Subject: [PATCH] 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 --- gl_draw.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.39.2