mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-12 23:54:33 +00:00
This fixes GL.
It may not work well for people using non-3dfx cards, someone PLEASE test it!
This commit is contained in:
parent
b434a9194b
commit
289610088d
1 changed files with 2 additions and 2 deletions
|
@ -433,7 +433,7 @@ void VID_SetPalette (unsigned char *palette)
|
||||||
//
|
//
|
||||||
// 8 8 8 encoding
|
// 8 8 8 encoding
|
||||||
//
|
//
|
||||||
Con_Printf("Converting 8to24\n");
|
Con_DPrintf("Converting 8to24\n");
|
||||||
|
|
||||||
pal = palette;
|
pal = palette;
|
||||||
table = d_8to24table;
|
table = d_8to24table;
|
||||||
|
@ -565,7 +565,7 @@ qboolean VID_Is8bit(void)
|
||||||
return is8bit;
|
return is8bit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 1 //defined(GL_EXT_SHARED)
|
#if 0 //defined(GL_EXT_SHARED)
|
||||||
void VID_Init8bitPalette()
|
void VID_Init8bitPalette()
|
||||||
{
|
{
|
||||||
// Check for 8bit Extensions and initialize them.
|
// Check for 8bit Extensions and initialize them.
|
||||||
|
|
Loading…
Reference in a new issue