* Remove silly range check on sv_voip during initialisation
* Changed dedicated binary dedicated cvar to CVAR_INIT and remove runtime check
This commit is contained in:
parent
b601941240
commit
6b572920a9
3 changed files with 1 additions and 13 deletions
|
@ -2561,7 +2561,7 @@ void Com_Init( char *commandLine ) {
|
|||
|
||||
// get dedicated here for proper hunk megs initialization
|
||||
#ifdef DEDICATED
|
||||
com_dedicated = Cvar_Get ("dedicated", "1", CVAR_LATCH);
|
||||
com_dedicated = Cvar_Get ("dedicated", "1", CVAR_INIT);
|
||||
#else
|
||||
com_dedicated = Cvar_Get ("dedicated", "0", CVAR_LATCH);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue