mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-21 10:51:06 +00:00
Made gamma CVAR_ARCHIVE.
This commit is contained in:
parent
c6c333c3ee
commit
d2ee6e3995
1 changed files with 1 additions and 3 deletions
|
@ -1026,7 +1026,5 @@ void V_Init (void)
|
|||
BuildGammaTable (1.0); // no gamma yet
|
||||
/* Cvar_RegisterVariable (&v_gamma);
|
||||
CVAR_FIXME */
|
||||
v_gamma = Cvar_Get("gamma", "1", CVAR_NONE, "None");
|
||||
v_gamma = Cvar_Get("gamma", "1", CVAR_ARCHIVE, "None");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue