[quake3-commits] r2074 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Jul 12 07:01:50 EDT 2011
Author: thilo
Date: 2011-07-12 07:01:49 -0400 (Tue, 12 Jul 2011)
New Revision: 2074
Modified:
trunk/code/qcommon/common.c
Log:
Forgot to set default rate back to 100kbyte/s
Modified: trunk/code/qcommon/common.c
===================================================================
--- trunk/code/qcommon/common.c 2011-07-12 11:01:20 UTC (rev 2073)
+++ trunk/code/qcommon/common.c 2011-07-12 11:01:49 UTC (rev 2074)
@@ -2778,7 +2778,7 @@
sv_paused = Cvar_Get ("sv_paused", "0", CVAR_ROM);
cl_packetdelay = Cvar_Get ("cl_packetdelay", "0", CVAR_CHEAT);
sv_packetdelay = Cvar_Get ("sv_packetdelay", "0", CVAR_CHEAT);
- sv_dlRate = Cvar_Get ("sv_dlRate", "1000", CVAR_ARCHIVE);
+ sv_dlRate = Cvar_Get ("sv_dlRate", "100", CVAR_ARCHIVE);
com_sv_running = Cvar_Get ("sv_running", "0", CVAR_ROM);
com_cl_running = Cvar_Get ("cl_running", "0", CVAR_ROM);
com_buildScript = Cvar_Get( "com_buildScript", "0", 0 );
More information about the quake3-commits
mailing list