mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 03:33:28 +00:00
Hopefully, this will work for both 3dfx and non-3dfx
This commit is contained in:
parent
d65d73154c
commit
bb3c299bf5
2 changed files with 2 additions and 1 deletions
|
@ -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*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue