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

@ -364,8 +364,8 @@ IN_Init_Cvars (void)
{
JOY_Init_Cvars ();
_windowed_mouse = Cvar_Get ("_windowed_mouse", "0", CVAR_ARCHIVE, "None");
// m_filter = Cvar_Get ("m_filter", "0", CVAR_ARCHIVE, "None");
_windowed_mouse = Cvar_Get ("_windowed_mouse", "0", CVAR_ARCHIVE, "If set to 1, quake will grab the mouse in X");
// m_filter = Cvar_Get ("m_filter", "0", CVAR_ARCHIVE, "Toggle mouse input filtering");
}
void