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
1 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ void VID_SetPalette (unsigned char *palette)
//
// 8 8 8 encoding
//
Con_Printf("Converting 8to24\n");
Con_DPrintf("Converting 8to24\n");
pal = palette;
table = d_8to24table;
@ -565,7 +565,7 @@ qboolean VID_Is8bit(void)
return is8bit;
}
#if 1 //defined(GL_EXT_SHARED)
#if 0 //defined(GL_EXT_SHARED)
void VID_Init8bitPalette()
{
// Check for 8bit Extensions and initialize them.