Erm... whoops... Use the one from the headers.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@412 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-13 17:23:46 +00:00
parent f26eb67d2b
commit dbf4d2b8c4
1 changed files with 0 additions and 1 deletions

View File

@ -509,7 +509,6 @@ int Plug_Draw_Fill(void *offset, unsigned int mask, const long *arg)
//hrm.... FIXME!
int Plug_Draw_ColourP(void *offset, unsigned int mask, const long *arg)
{
extern unsigned char host_basepal[256*3];
qbyte *pal = host_basepal + VM_LONG(arg[0])*3;
if (arg[0]<0 || arg[0]>255)