This fixes GL.

It may not work well for people using non-3dfx cards, someone PLEASE test
it!
This commit is contained in:
Joseph Carter 2000-05-14 00:32:35 +00:00
parent b434a9194b
commit 289610088d

View file

@ -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.