diff --git a/engine/client/cl_main.c b/engine/client/cl_main.c index 6db496937..f9de9911c 100644 --- a/engine/client/cl_main.c +++ b/engine/client/cl_main.c @@ -1829,7 +1829,7 @@ void CL_InitLocal( void ) cl_nodelta = Cvar_Get ("cl_nodelta", "0", 0, "disable delta-compression for usercommands" ); cl_idealpitchscale = Cvar_Get( "cl_idealpitchscale", "0.8", 0, "how much to look up/down slopes and stairs when not using freelook" ); cl_solid_players = Cvar_Get( "cl_solid_players", "1", 0, "make all players non-solid (can't traceline them)" ); - cl_interp = Cvar_Get( "ex_interp", "0.1", 0, "interpolate object positions starting this many seconds in past" ); + cl_interp = Cvar_Get( "ex_interp", "0.01", 0, "interpolate object positions starting this many seconds in past" ); //Cvar_Get( "ex_maxerrordistance", "0", 0, "" ); cl_allow_fragment = Cvar_Get( "cl_allow_fragment", "0", CVAR_ARCHIVE, "allow downloading files directly from game server" ); cl_timeout = Cvar_Get( "cl_timeout", "60", 0, "connect timeout (in seconds)" );