Added " characters to multiline cvar descriptions to avoid compilation

probs and extra whitespaces in resulting help.
This commit is contained in:
Dabb 2000-12-31 09:05:25 +00:00
parent b6c832d900
commit 22d2cce11f
5 changed files with 25 additions and 25 deletions

View file

@ -741,8 +741,8 @@ CL_Input_Init (void)
void
CL_Input_Init_Cvars (void)
{
cl_nodelta = Cvar_Get ("cl_nodelta", "0", CVAR_NONE, "disable player delta compression.
set to 1 if you have a poor ISP and get a lot of U_REMOVE warnings.");
cl_nodelta = Cvar_Get ("cl_nodelta", "0", CVAR_NONE, "disable player delta compression."
"set to 1 if you have a poor ISP and get a lot of U_REMOVE warnings.");
}