mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
Apply theoddone33's cvar patch (he's having connectivity problems with tank)
This commit is contained in:
parent
22c85298f0
commit
64d00faa8f
17 changed files with 93 additions and 82 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue