X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fautocvars.qh;h=2711cd182f73c3c92f77440bbdaf22242b6651aa;hb=af376cc21c7130e4d62257778b6f08fb03056120;hp=193b7ef7cae691955478d714797e2b41206e9dd9;hpb=429e52163f53e75b848135f076b77c4eb43935ac;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/autocvars.qh b/qcsrc/client/autocvars.qh index 193b7ef7c..2711cd182 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'; @@ -444,3 +444,5 @@ float autocvar_g_jetpack_attenuation; 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;