r1407 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jul 5 20:31:52 EDT 2008


Author: tma
Date: 2008-07-05 20:31:52 -0400 (Sat, 05 Jul 2008)
New Revision: 1407

Modified:
   trunk/code/qcommon/common.c
Log:
* Change dedicated cvar to CVAR_LATCH on the dedicated server


Modified: trunk/code/qcommon/common.c
===================================================================
--- trunk/code/qcommon/common.c	2008-07-06 00:28:42 UTC (rev 1406)
+++ trunk/code/qcommon/common.c	2008-07-06 00:31:52 UTC (rev 1407)
@@ -2561,7 +2561,7 @@
 
   // 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




More information about the quake3-commits mailing list