From 02f3a94096e3fd9ae5859a6d0fece047e8130b34 Mon Sep 17 00:00:00 2001 From: sajt Date: Wed, 28 Nov 2007 07:19:18 +0000 Subject: [PATCH] fix warning git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7730 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_textures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl_textures.c b/gl_textures.c index f62d0243..ab6b9247 100644 --- a/gl_textures.c +++ b/gl_textures.c @@ -141,7 +141,7 @@ static gltexturepool_t *gltexturepoolchain = NULL; static unsigned char *resizebuffer = NULL, *colorconvertbuffer; static int resizebuffersize = 0; -static unsigned char *texturebuffer; +static const unsigned char *texturebuffer; static int texturebuffersize = 0; static textypeinfo_t *R_GetTexTypeInfo(textype_t textype, int flags) -- 2.39.2