newlines in cvar descriptions don't work well

This commit is contained in:
Bill Currie 2001-01-09 23:07:42 +00:00
parent 42e203c880
commit 7f584aa151
1 changed files with 1 additions and 2 deletions

View File

@ -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");
}
/*