mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
Remove the rest of the calls to GL_CheckBrightness()
This commit is contained in:
parent
8a4cc8a526
commit
765a22a033
4 changed files with 0 additions and 4 deletions
|
@ -240,7 +240,6 @@ void GL_Set2D (void);
|
|||
//
|
||||
// gl_rmain.c
|
||||
//
|
||||
void GL_CheckBrightness (unsigned char *pal);
|
||||
//qboolean R_CullBox (vec3_t mins, vec3_t maxs);
|
||||
void R_RotateForEntity (entity_t *e);
|
||||
|
||||
|
|
|
@ -274,7 +274,6 @@ VID_Init (unsigned char *palette)
|
|||
|
||||
GL_Init ();
|
||||
|
||||
GL_CheckBrightness (palette);
|
||||
VID_InitGamma (palette);
|
||||
VID_SetPalette (palette);
|
||||
|
||||
|
|
|
@ -200,7 +200,6 @@ VID_Init (unsigned char *palette)
|
|||
|
||||
GL_Init ();
|
||||
|
||||
GL_CheckBrightness (palette);
|
||||
VID_InitGamma (palette);
|
||||
VID_SetPalette (palette);
|
||||
|
||||
|
|
|
@ -1607,7 +1607,6 @@ VID_Init (unsigned char *palette)
|
|||
DestroyWindow (hwnd_dialog);
|
||||
#endif
|
||||
|
||||
GL_CheckBrightness (palette);
|
||||
VID_InitGamma (palette);
|
||||
VID_SetPalette (palette);
|
||||
|
||||
|
|
Loading…
Reference in a new issue