From: havoc Date: Thu, 15 Mar 2007 08:28:10 +0000 (+0000) Subject: changed default value of con_closeontoggleconsole due to a never ending stream of... X-Git-Tag: xonotic-v0.1.0preview~3443 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4a515ea29ab5386eb62c5c153c3203706f4e674a;p=xonotic%2Fdarkplaces.git changed default value of con_closeontoggleconsole due to a never ending stream of complaints about the ~ key not closing the console git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6973 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/keys.c b/keys.c index 7ef45f1d..5708c1b5 100644 --- a/keys.c +++ b/keys.c @@ -23,7 +23,7 @@ #include "quakedef.h" #include "cl_video.h" -cvar_t con_closeontoggleconsole = {CVAR_SAVE, "con_closeontoggleconsole","0", "allows toggleconsole binds to close the console as well"}; +cvar_t con_closeontoggleconsole = {CVAR_SAVE, "con_closeontoggleconsole","1", "allows toggleconsole binds to close the console as well"}; /* key up events are sent even if in console mode