From 7f27b34915b778281aca24506ff28400f04d126d Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 9 Dec 2004 23:40:30 +0000 Subject: [PATCH] Fixed a gcc warning git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@603 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_warp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/gl/gl_warp.c b/engine/gl/gl_warp.c index e184ae196..dc9c4ec1b 100644 --- a/engine/gl/gl_warp.c +++ b/engine/gl/gl_warp.c @@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "quakedef.h" #include "glquake.h" +#include extern model_t *loadmodel; @@ -403,7 +404,6 @@ void R_DrawSkyChain (msurface_t *s) { int fc; qbyte *pal; - extern unsigned char vid_curpal[256*3]; fc = r_fastskycolour.value; if (fc > 255) fc = 255;