mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-21 10:51:06 +00:00
woohoo, it links
This commit is contained in:
parent
2dae2509c4
commit
c0a1d28981
1 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ void InitSig(void)
|
|||
|
||||
void VID_ShiftPalette(unsigned char *p)
|
||||
{
|
||||
// VID_SetPalette(p);
|
||||
VID_SetPalette(p);
|
||||
}
|
||||
|
||||
void VID_SetPalette (unsigned char *palette)
|
||||
|
@ -565,7 +565,7 @@ qboolean VID_Is8bit(void)
|
|||
return is8bit;
|
||||
}
|
||||
|
||||
#ifdef GL_EXT_SHARED
|
||||
#if 1 //defined(GL_EXT_SHARED)
|
||||
void VID_Init8bitPalette()
|
||||
{
|
||||
// Check for 8bit Extensions and initialize them.
|
||||
|
|
Loading…
Reference in a new issue