From 67e1327bb78a9b25bf8cd9ed69687575ee4e42c4 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 27 Dec 2005 02:18:35 +0000 Subject: [PATCH] removed a duplicate ; git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5863 d7cf8633-e32d-0410-b094-e92efae38249 --- model_brush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_brush.c b/model_brush.c index 3cbaa5b1..a3096823 100644 --- a/model_brush.c +++ b/model_brush.c @@ -1096,7 +1096,7 @@ void R_Q1BSP_LoadSplitSky (unsigned char *src, int width, int height, int bytesp if (width != 256 || height != 128) { loadmodel->brush.solidskytexture = R_LoadTexture2D(loadmodel->texturepool, "sky_solidtexture", width, height, src, bytesperpixel == 4 ? TEXTYPE_RGBA : TEXTYPE_PALETTE, TEXF_PRECACHE, bytesperpixel == 1 ? palette_complete : NULL); - loadmodel->brush.alphaskytexture = NULL;; + loadmodel->brush.alphaskytexture = NULL; return; } -- 2.39.2