From 1174f164fa9dc99bcec9037c1c5bd38bc347efb2 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 3 Nov 2000 16:50:23 +0000 Subject: [PATCH] should have done the `port' after fixing this in newtree, not after :/ --- source/context_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/context_x11.c b/source/context_x11.c index 2592615..a1de55b 100644 --- a/source/context_x11.c +++ b/source/context_x11.c @@ -290,7 +290,7 @@ x11_set_vidmode(int width, int height) void 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"); }