mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-24 21:12:27 +00:00
adding brighten support
This commit is contained in:
parent
033545f56f
commit
222eea81b1
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ VID_Init (unsigned char *palette)
|
|||
|
||||
GL_Init ();
|
||||
|
||||
GL_CheckBrightness (palette);
|
||||
VID_SetPalette (palette);
|
||||
|
||||
// Check for 3DFX Extensions and initialize them.
|
||||
|
|
Loading…
Reference in a new issue