diff --git a/CHECKLIST b/CHECKLIST index f37df92..2635c20 100644 --- a/CHECKLIST +++ b/CHECKLIST @@ -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* diff --git a/source/vid_glx.c b/source/vid_glx.c index fb80074..7a5f869 100644 --- a/source/vid_glx.c +++ b/source/vid_glx.c @@ -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.