From: terencehill Date: Wed, 15 Dec 2010 23:54:27 +0000 (+0100) Subject: Merging the physics panel I forgot to delete the autocvar_cl_show* autocvars :( X-Git-Tag: xonotic-v0.5.0~353 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9fb14a1a652b22853de53a0bcf5c2fb5fe3e7041;p=xonotic%2Fxonotic-data.pk3dir.git Merging the physics panel I forgot to delete the autocvar_cl_show* autocvars :( --- diff --git a/qcsrc/client/autocvars.qh b/qcsrc/client/autocvars.qh index 1c924b848..79647cc89 100644 --- a/qcsrc/client/autocvars.qh +++ b/qcsrc/client/autocvars.qh @@ -60,19 +60,6 @@ float autocvar_cl_readpicture_force; float autocvar_cl_reticle_item_nex; float autocvar_cl_reticle_item_normal; float autocvar_cl_reticle_stretch; -float autocvar_cl_showacceleration; -float autocvar_cl_showacceleration_alpha; -string autocvar_cl_showacceleration_color; -float autocvar_cl_showacceleration_color_custom; -float autocvar_cl_showacceleration_position; -float autocvar_cl_showacceleration_scale; -float autocvar_cl_showacceleration_size; -float autocvar_cl_showacceleration_z; -float autocvar_cl_showspeed; -float autocvar_cl_showspeed_position; -float autocvar_cl_showspeed_size; -float autocvar_cl_showspeed_unit; -float autocvar_cl_showspeed_z; float autocvar_cl_sound_maptime_warning; float autocvar_cl_stripcolorcodes; var float autocvar_cl_vehicle_spiderbot_cross_alpha = 0.6; diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index c9525bf7f..454132c2a 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -5190,7 +5190,7 @@ void HUD_Physics(void) float speed, conversion_factor; string unit; - switch(autocvar_cl_showspeed_unit) + switch(autocvar_hud_panel_physics_speed_unit) { default: case 1: