mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-04 11:01:20 +00:00
cvar doc patches from Misty
This commit is contained in:
parent
cef1be9646
commit
76a11bd74a
39 changed files with 275 additions and 251 deletions
|
@ -123,7 +123,7 @@ Sys_Quit (void)
|
|||
void
|
||||
Sys_Init_Cvars (void)
|
||||
{
|
||||
sys_nostdout = Cvar_Get ("sys_nostdout", "0", CVAR_NONE, "None");
|
||||
sys_nostdout = Cvar_Get ("sys_nostdout", "0", CVAR_NONE, "set to disable std out");
|
||||
if (COM_CheckParm ("-nostdout"))
|
||||
Cvar_Set (sys_nostdout, "1");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue