VID_SetPalette is required for my g200 (this might have to be cvar'ed if it affects anybody else adversly), and doesn't cause any problems, so I've removed it's experimental status. Also removed some commented out experimental code (well, non that disabled dga).

This commit is contained in:
Bill Currie 2000-05-01 08:28:27 +00:00
parent 90cab60e05
commit 94c850b14a

View file

@ -42,10 +42,6 @@
#include <draw.h>
#include <context_x11.h>
//#ifndef _EXPERIMENTAL_
//# undef HAS_DGA
//#endif
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
@ -207,9 +203,7 @@ InitSig(void)
void VID_ShiftPalette(unsigned char *p)
{
#ifdef _EXPERIMENTAL_
VID_SetPalette(p);
#endif
}
void VID_SetPalette (unsigned char *palette)