cvar doc patches from Misty

This commit is contained in:
Bill Currie 2000-12-31 04:46:04 +00:00
parent cef1be9646
commit 76a11bd74a
39 changed files with 275 additions and 251 deletions

View file

@ -117,5 +117,5 @@ COM_Init (void)
void
COM_Init_Cvars (void)
{
registered = Cvar_Get ("registered", "0", CVAR_NONE, "None");
registered = Cvar_Get ("registered", "0", CVAR_NONE, "Is the game the registered version. 1 yes 0 no");
}