From d3c8bed83999bad4c3147ccc200b3a88b1479e6e Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 29 Mar 2006 06:50:53 +0000 Subject: [PATCH] default scr_menuforcewhiledisconnected to 0 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6203 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_screen.c b/cl_screen.c index 4e944b23..da94d59f 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -12,7 +12,7 @@ cvar_t scr_conspeed = {CVAR_SAVE, "scr_conspeed","900", "speed of console open/c cvar_t scr_conalpha = {CVAR_SAVE, "scr_conalpha", "1", "opacity of console background"}; cvar_t scr_conbrightness = {CVAR_SAVE, "scr_conbrightness", "0.2", "brightness of console background (0 = black, 1 = image)"}; cvar_t scr_conforcewhiledisconnected = {0, "scr_conforcewhiledisconnected", "1", "forces fullscreen console while disconnected"}; -cvar_t scr_menuforcewhiledisconnected = {0, "scr_menuforcewhiledisconnected", "1", "forces menu while disconnected"}; +cvar_t scr_menuforcewhiledisconnected = {0, "scr_menuforcewhiledisconnected", "0", "forces menu while disconnected"}; cvar_t scr_centertime = {0, "scr_centertime","2", "how long centerprint messages show"}; cvar_t scr_showram = {CVAR_SAVE, "showram","1", "show ram icon if low on surface cache memory (not used)"}; cvar_t scr_showturtle = {CVAR_SAVE, "showturtle","0", "show turtle icon when framerate is too low (not used)"}; -- 2.39.2