mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
vid_fullscreen is meant to be CVAR_ROM, not CVAR_ARCHIVE
* taniwha programs his black logo logitech wheel mouse with secret instructions
This commit is contained in:
parent
cdedafcbf3
commit
54963bfcb4
1 changed files with 2 additions and 2 deletions
|
@ -291,8 +291,8 @@ x11_set_vidmode(int width, int height)
|
|||
void
|
||||
x11_Init_Cvars ()
|
||||
{
|
||||
vid_fullscreen = Cvar_Get ("vid_fullscreen", "0", CVAR_ARCHIVE,
|
||||
"Toggles fullscreen game mode");
|
||||
vid_fullscreen = Cvar_Get ("vid_fullscreen", "0", CVAR_ROM,
|
||||
"Toggles fullscreen game mode");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue