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:
Bill Currie 2000-10-31 04:16:20 +00:00
parent cdedafcbf3
commit 54963bfcb4

View file

@ -291,8 +291,8 @@ x11_set_vidmode(int width, int height)
void void
x11_Init_Cvars () x11_Init_Cvars ()
{ {
vid_fullscreen = Cvar_Get ("vid_fullscreen", "0", CVAR_ARCHIVE, vid_fullscreen = Cvar_Get ("vid_fullscreen", "0", CVAR_ROM,
"Toggles fullscreen game mode"); "Toggles fullscreen game mode");
} }
void void