mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 03:41:27 +00:00
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:
parent
90cab60e05
commit
94c850b14a
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue