Apply theoddone33's cvar patch (he's having connectivity problems with tank)

This commit is contained in:
Bill Currie 2000-05-17 23:16:23 +00:00
parent 22c85298f0
commit 64d00faa8f
17 changed files with 93 additions and 82 deletions

View file

@ -81,9 +81,10 @@ cvar_t *Cvar_Get (char *name, char *value, int cvarflags, char *description);
void Cvar_Alias_Get (char *name, cvar_t *cvar);
void Cvar_Set (char *var, char *value);
void Cvar_Set (cvar_t *var, char *value);
// equivelant to "<name> <variable>" typed at the console
void Cvar_SetValue (cvar_t *var, float value);
float Cvar_VariableValue (char *var_name);
// returns 0 if not defined or non numeric