Skip to content

Commit

Permalink
* Change dedicated cvar to CVAR_LATCH on the dedicated server
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Jul 6, 2008
1 parent c7225dc commit 4941305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/qcommon/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4941305

Please sign in to comment.