X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fautocvars.qh;fp=qcsrc%2Fclient%2Fautocvars.qh;h=6d3fb626771723a0d86af77ab2e775f7a24364f7;hb=fdbfb6f9364d8aeae67e108400a6bd1dd37dc0b7;hp=193b7ef7cae691955478d714797e2b41206e9dd9;hpb=0f2e3cd6c6554bda254111dee0746fea05aac047;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/autocvars.qh b/qcsrc/client/autocvars.qh index 193b7ef7c..6d3fb6267 100644 --- a/qcsrc/client/autocvars.qh +++ b/qcsrc/client/autocvars.qh @@ -152,7 +152,6 @@ float autocvar_crosshair_ring_reload_size; float autocvar_crosshair_size; int autocvar_ekg; float autocvar_fov; -float autocvar_g_balance_damagepush_speedfactor; bool autocvar_hud_cursormode = true; float autocvar_hud_colorflash_alpha; bool autocvar_hud_configure_checkcollisions; @@ -413,6 +412,7 @@ float autocvar_cl_hitsound_nom_damage = 25; float autocvar_cl_hitsound_antispam_time; int autocvar_cl_eventchase_death = 1; float autocvar_cl_eventchase_distance = 140; +bool autocvar_cl_eventchase_frozen = false; float autocvar_cl_eventchase_speed = 1.3; vector autocvar_cl_eventchase_maxs = '12 12 8'; vector autocvar_cl_eventchase_mins = '-12 -12 -8'; @@ -440,7 +440,9 @@ int autocvar__cl_playerskin; string autocvar__cl_playermodel; float autocvar_cl_deathglow; bool autocvar_developer_csqcentities; -float autocvar_g_jetpack_attenuation; +float autocvar_cl_jetpack_attenuation = 2; bool autocvar_cl_showspectators; int autocvar_cl_nade_timer; bool autocvar_r_drawviewmodel; +bool autocvar_cl_race_cptimes_onlyself; +bool autocvar_cl_race_cptimes_showself = false;