mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Change dedicated cvar to CVAR_LATCH on the dedicated server
This commit is contained in:
parent
c7225dc0ae
commit
49413057ee
1 changed files with 1 additions and 1 deletions
|
@ -2561,7 +2561,7 @@ void Com_Init( char *commandLine ) {
|
||||||
|
|
||||||
// get dedicated here for proper hunk megs initialization
|
// get dedicated here for proper hunk megs initialization
|
||||||
#ifdef DEDICATED
|
#ifdef DEDICATED
|
||||||
com_dedicated = Cvar_Get ("dedicated", "1", CVAR_ROM);
|
com_dedicated = Cvar_Get ("dedicated", "1", CVAR_LATCH);
|
||||||
#else
|
#else
|
||||||
com_dedicated = Cvar_Get ("dedicated", "0", CVAR_LATCH);
|
com_dedicated = Cvar_Get ("dedicated", "0", CVAR_LATCH);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue