mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +00:00
CVARS
Default com_maxfps and cl_maxpackets to 72
This commit is contained in:
parent
f5bced0623
commit
ba5b9f9ae4
2 changed files with 2 additions and 2 deletions
|
@ -3544,7 +3544,7 @@ void CL_Init( void ) {
|
|||
cl_pitchspeed = Cvar_Get ("cl_pitchspeed", "140", CVAR_ARCHIVE);
|
||||
cl_anglespeedkey = Cvar_Get ("cl_anglespeedkey", "1.5", 0);
|
||||
|
||||
cl_maxpackets = Cvar_Get ("cl_maxpackets", "30", CVAR_ARCHIVE );
|
||||
cl_maxpackets = Cvar_Get ("cl_maxpackets", "72", CVAR_ARCHIVE );
|
||||
cl_packetdup = Cvar_Get ("cl_packetdup", "1", CVAR_ARCHIVE );
|
||||
|
||||
cl_run = Cvar_Get ("cl_run", "1", CVAR_ARCHIVE);
|
||||
|
|
|
@ -2741,7 +2741,7 @@ void Com_Init( char *commandLine ) {
|
|||
// init commands and vars
|
||||
//
|
||||
com_altivec = Cvar_Get ("com_altivec", "1", CVAR_ARCHIVE);
|
||||
com_maxfps = Cvar_Get ("com_maxfps", "120", CVAR_ARCHIVE);
|
||||
com_maxfps = Cvar_Get ("com_maxfps", "72", CVAR_ARCHIVE);
|
||||
com_blood = Cvar_Get ("com_blood", "1", CVAR_ARCHIVE);
|
||||
|
||||
com_logfile = Cvar_Get ("logfile", "0", CVAR_TEMP );
|
||||
|
|
Loading…
Reference in a new issue