Hopefully, this will work for both 3dfx and non-3dfx

This commit is contained in:
Bill Currie 2000-05-14 08:25:10 +00:00
parent d65d73154c
commit bb3c299bf5
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@ M: Ender has built these binaries sucessfully with a makefile.
-------------------------------------------------------------------------
[X] 1. The five conflicting files between client and server need to
have those conflicts removed.
[X] 2. One object per source
[ ] 2. One object per source
[M] 3a. Win32 binaries must be buildable for client and server
[-] 3b. Linux binaries should become buildable with auto*

View file

@ -565,7 +565,7 @@ qboolean VID_Is8bit(void)
return is8bit;
}
#if 0 //defined(GL_EXT_SHARED)
#ifdef GLX_VERSION_1_2
void VID_Init8bitPalette()
{
// Check for 8bit Extensions and initialize them.