Add facility to describe cvars
This commit is contained in:
parent
f9c202f83e
commit
f83334d81b
6 changed files with 29 additions and 0 deletions
|
@ -921,6 +921,7 @@ struct cvar_s {
|
|||
qboolean integral;
|
||||
float min;
|
||||
float max;
|
||||
char *description;
|
||||
|
||||
cvar_t *next;
|
||||
cvar_t *prev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue