mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
Backport Cvar callbacks to newtree. Software gamma still doesn't work in
GL, and I still don't know exactly why.
This commit is contained in:
parent
75089e506e
commit
272abade38
57 changed files with 420 additions and 447 deletions
|
@ -195,7 +195,7 @@ void
|
|||
VID_Init_Cvars ()
|
||||
{
|
||||
vid_fullscreen =
|
||||
Cvar_Get ("vid_fullscreen", "0", CVAR_ROM,
|
||||
Cvar_Get ("vid_fullscreen", "0", CVAR_ROM, NULL,
|
||||
"Toggles fullscreen game mode");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue