mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-12 23:54:33 +00:00
newlines in cvar descriptions don't work well
This commit is contained in:
parent
42e203c880
commit
7f584aa151
1 changed files with 1 additions and 2 deletions
|
@ -761,8 +761,7 @@ void
|
||||||
Key_Init_Cvars (void)
|
Key_Init_Cvars (void)
|
||||||
{
|
{
|
||||||
cl_chatmode = Cvar_Get ("cl_chatmode", "2", 0,
|
cl_chatmode = Cvar_Get ("cl_chatmode", "2", 0,
|
||||||
"Controls when console text will be treated as a chat message\n"
|
"Controls when console text will be treated as a chat message: 0 - never, 1 - always, 2 - smart");
|
||||||
"0 - never, 1 - always, 2 - smart");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue