* Change dedicated cvar to CVAR_LATCH on the dedicated server

This commit is contained in:
Tim Angus 2008-07-06 00:31:52 +00:00
parent c7225dc0ae
commit 49413057ee
1 changed files with 1 additions and 1 deletions

View File

@ -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_ROM);
com_dedicated = Cvar_Get ("dedicated", "1", CVAR_LATCH);
#else
com_dedicated = Cvar_Get ("dedicated", "0", CVAR_LATCH);
#endif