mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-18 01:21:39 +00:00
-gamma removal
This commit is contained in:
parent
17f9704978
commit
f7f968daeb
3 changed files with 0 additions and 3 deletions
|
@ -555,7 +555,6 @@ void VID_Init(unsigned char *palette)
|
||||||
snprintf(gldir, sizeof(gldir), "%s/glquake", com_gamedir);
|
snprintf(gldir, sizeof(gldir), "%s/glquake", com_gamedir);
|
||||||
Sys_mkdir (gldir);
|
Sys_mkdir (gldir);
|
||||||
|
|
||||||
GL_CheckGamma (palette);
|
|
||||||
VID_SetPalette (palette);
|
VID_SetPalette (palette);
|
||||||
|
|
||||||
// Check for 3DFX Extensions and initialize them.
|
// Check for 3DFX Extensions and initialize them.
|
||||||
|
|
|
@ -405,7 +405,6 @@ VID_Init (unsigned char *palette)
|
||||||
snprintf(gldir, sizeof(gldir), "%s/glquake", com_gamedir);
|
snprintf(gldir, sizeof(gldir), "%s/glquake", com_gamedir);
|
||||||
Sys_mkdir (gldir);
|
Sys_mkdir (gldir);
|
||||||
|
|
||||||
GL_CheckGamma (palette);
|
|
||||||
VID_SetPalette (palette);
|
VID_SetPalette (palette);
|
||||||
|
|
||||||
// Check for 3DFX Extensions and initialize them.
|
// Check for 3DFX Extensions and initialize them.
|
||||||
|
|
|
@ -1787,7 +1787,6 @@ void VID_Init (unsigned char *palette)
|
||||||
|
|
||||||
DestroyWindow (hwnd_dialog);
|
DestroyWindow (hwnd_dialog);
|
||||||
|
|
||||||
GL_CheckGamma(palette);
|
|
||||||
VID_SetPalette (palette);
|
VID_SetPalette (palette);
|
||||||
|
|
||||||
VID_SetMode (vid_default, palette);
|
VID_SetMode (vid_default, palette);
|
||||||
|
|
Loading…
Reference in a new issue