Add facility to describe cvars
This commit is contained in:
parent
f9c202f83e
commit
f83334d81b
6 changed files with 29 additions and 0 deletions
|
@ -1537,6 +1537,7 @@ void Com_InitHunkMemory( void ) {
|
|||
|
||||
// allocate the stack based hunk allocator
|
||||
cv = Cvar_Get( "com_hunkMegs", DEF_COMHUNKMEGS_S, CVAR_LATCH | CVAR_ARCHIVE );
|
||||
Cvar_SetDescription(cv, "The size of the hunk memory segment");
|
||||
|
||||
// if we are not dedicated min allocation is 56, otherwise min is 1
|
||||
if (com_dedicated && com_dedicated->integer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue