mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
Better default vid_gamma value.
This commit is contained in:
parent
4725d5a973
commit
3c04de1116
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void
|
|||
VID_InitGamma (unsigned char *pal)
|
||||
{
|
||||
int i;
|
||||
double gamma = 1.45;
|
||||
double gamma = 1.0;
|
||||
|
||||
viddef.gammatable = malloc (256);
|
||||
viddef.basepal = pal;
|
||||
|
|
Loading…
Reference in a new issue