profile: snd variable fixed.

This commit is contained in:
k1574 2020-12-11 05:40:13 +05:00
parent a9c6d62d07
commit d95fb04607
2 changed files with 4 additions and 6 deletions

View file

@ -118,20 +118,20 @@ seta "cl_damagetext_velocity_screen" "0 0 0"
seta "cl_damagetext_velocity_world" "0 0 20" seta "cl_damagetext_velocity_world" "0 0 20"
seta "cl_eventchase_death" "0" seta "cl_eventchase_death" "0"
"cl_forwardspeed" "360" "cl_forwardspeed" "360"
seta "cl_matchcount" "384" seta "cl_matchcount" "395"
"cl_movement_track_canjump" "1" "cl_movement_track_canjump" "1"
"cl_particles_quality" "0.4" "cl_particles_quality" "0.4"
"cl_sidespeed" "360" "cl_sidespeed" "360"
"cl_smoothviewheight" "0" "cl_smoothviewheight" "0"
seta "cl_spawn_point_particles" "0" seta "cl_spawn_point_particles" "0"
seta "cl_startcount" "77" seta "cl_startcount" "79"
"cl_upspeed" "360" "cl_upspeed" "360"
seta "cl_zoomsensitivity" "1" seta "cl_zoomsensitivity" "1"
seta "cl_zoomspeed" "-1" seta "cl_zoomspeed" "-1"
"con_chat" "10" "con_chat" "10"
"con_chatrect" "1" "con_chatrect" "1"
"con_chatrect_x" "0.012812" "con_chatrect_x" "0.012812"
"con_chatrect_y" "0.705000" "con_chatrect_y" "0.808333"
"con_chatwidth" "0.454377" "con_chatwidth" "0.454377"
"fov" "130" "fov" "130"
seta "fraglimit_override" "0" seta "fraglimit_override" "0"
@ -174,5 +174,3 @@ seta "timelimit_override" "0"
"v_brightness" "1.490116e-08" "v_brightness" "1.490116e-08"
"v_glslgamma" "0" "v_glslgamma" "0"
"vid_conwidth" "1067" "vid_conwidth" "1067"
"vid_height" "1080"
"vid_width" "1920"

View file

@ -16,7 +16,7 @@ txt = $home/txt # Plain text files. Lists, notes etc.
load = $home/load # Downloads. load = $home/load # Downloads.
mnt = $home/mnt # Mount. mnt = $home/mnt # Mount.
vid = $home/vid # Video files. vid = $home/vid # Video files.
snd = $home/audio # Audio files. snd = $home/snd # Audio files.
img = $home/img # Image files. img = $home/img # Image files.
app = $home/app # Program installation directory. app = $home/app # Program installation directory.
env = $home/env # Environment setting directory. env = $home/env # Environment setting directory.