X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fautocvars.qh;h=6d3fb626771723a0d86af77ab2e775f7a24364f7;hb=29ba411594428929a9e9a0e0baa620210213bec7;hp=d95958392bb9626e2cadba13cd6edf88394bdb98;hpb=0bd99205bd154e058edc6b82995d24e3375f5f97;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/autocvars.qh b/qcsrc/client/autocvars.qh index d95958392..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; @@ -441,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;