Default com_maxfps and cl_maxpackets to 72
This commit is contained in:
Simon 2022-02-10 23:38:17 +00:00
parent f5bced0623
commit ba5b9f9ae4
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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 );