cl_parsewhitetext defaults to 1
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2153 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
fd01aa605f
commit
29e87fc744
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ cvar_t requiredownloads = SCVARF("requiredownloads","1", CVAR_ARCHIVE);
|
|||
cvar_t cl_standardchat = SCVARF("cl_standardchat", "0", CVAR_ARCHIVE);
|
||||
cvar_t msg_filter = SCVAR("msg_filter", "0"); //0 for neither, 1 for mm1, 2 for mm2, 3 for both
|
||||
cvar_t cl_standardmsg = SCVARF("cl_standardmsg", "0", CVAR_ARCHIVE);
|
||||
cvar_t cl_parsewhitetext = SCVAR("cl_parsewhitetext", "0");
|
||||
cvar_t cl_parsewhitetext = SCVAR("cl_parsewhitetext", "1");
|
||||
|
||||
cvar_t host_mapname = SCVAR("host_mapname", "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue