-gamma removal

This commit is contained in:
Jeff Teunissen 2000-10-23 10:26:43 +00:00
parent 17f9704978
commit f7f968daeb
3 changed files with 0 additions and 3 deletions

View file

@ -555,7 +555,6 @@ void VID_Init(unsigned char *palette)
snprintf(gldir, sizeof(gldir), "%s/glquake", com_gamedir);
Sys_mkdir (gldir);
GL_CheckGamma (palette);
VID_SetPalette (palette);
// Check for 3DFX Extensions and initialize them.

View file

@ -405,7 +405,6 @@ VID_Init (unsigned char *palette)
snprintf(gldir, sizeof(gldir), "%s/glquake", com_gamedir);
Sys_mkdir (gldir);
GL_CheckGamma (palette);
VID_SetPalette (palette);
// Check for 3DFX Extensions and initialize them.

View file

@ -1787,7 +1787,6 @@ void VID_Init (unsigned char *palette)
DestroyWindow (hwnd_dialog);
GL_CheckGamma(palette);
VID_SetPalette (palette);
VID_SetMode (vid_default, palette);