mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-13 00:24:44 +00:00
parent
06c4735fbb
commit
f9108db668
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ void
|
|||
VID_Init(void)
|
||||
{
|
||||
// Console variables
|
||||
vid_fullscreen = Cvar_Get("vid_gamma", "1.0", CVAR_ARCHIVE);
|
||||
vid_gamma = Cvar_Get("vid_gamma", "1.0", CVAR_ARCHIVE);
|
||||
vid_fullscreen = Cvar_Get("vid_fullscreen", "0", CVAR_ARCHIVE);
|
||||
vid_renderer = Cvar_Get("vid_renderer", "gl1", CVAR_ARCHIVE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue