mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +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)
|
||||
{
|
||||
cl_chatmode = Cvar_Get ("cl_chatmode", "2", 0,
|
||||
"Controls when console text will be treated as a chat message\n"
|
||||
"0 - never, 1 - always, 2 - smart");
|
||||
"Controls when console text will be treated as a chat message: 0 - never, 1 - always, 2 - smart");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue