mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
Added " characters to multiline cvar descriptions to avoid compilation
probs and extra whitespaces in resulting help.
This commit is contained in:
parent
b6c832d900
commit
22d2cce11f
5 changed files with 25 additions and 25 deletions
|
@ -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.");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue