mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-26 22:11:51 +00:00
can set the "dedicated" CVar from the command-line again
This commit is contained in:
parent
ebfa9346b2
commit
608b223f52
1 changed files with 1 additions and 1 deletions
|
@ -2269,7 +2269,7 @@ void Com_Init( char *commandLine )
|
|||
|
||||
// get dedicated here for proper hunk megs initialization
|
||||
#ifdef DEDICATED
|
||||
com_dedicated = Cvar_Get("dedicated", "1", CVAR_ROM);
|
||||
com_dedicated = Cvar_Get("dedicated", "1", CVAR_ROM | CVAR_INIT);
|
||||
#else
|
||||
com_dedicated = Cvar_Get("dedicated", "0", CVAR_LATCH);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue