mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
better default configuration for 3d
This commit is contained in:
parent
9693004afb
commit
f6c596c1c5
1 changed files with 2 additions and 2 deletions
|
@ -535,8 +535,8 @@ CL_InitLocal(void)
|
|||
cl_timedemo = Cvar_Get("timedemo", "0", 0);
|
||||
|
||||
cl_stereo = Cvar_Get( "cl_stereo", "0", CVAR_ARCHIVE );
|
||||
cl_stereo_separation = Cvar_Get( "cl_stereo_separation", "-0.4", CVAR_ARCHIVE );
|
||||
cl_stereo_convergence = Cvar_Get( "cl_stereo_convergence", "1", CVAR_ARCHIVE );
|
||||
cl_stereo_separation = Cvar_Get( "cl_stereo_separation", "1", CVAR_ARCHIVE );
|
||||
cl_stereo_convergence = Cvar_Get( "cl_stereo_convergence", "1.4", CVAR_ARCHIVE );
|
||||
|
||||
rcon_client_password = Cvar_Get("rcon_password", "", 0);
|
||||
rcon_address = Cvar_Get("rcon_address", "", 0);
|
||||
|
|
Loading…
Reference in a new issue