From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Sun, 11 Sep 2022 21:05:29 +0000 (+0200) Subject: strafehud: remove 0.8.2 compatibility cvars X-Git-Tag: xonotic-v0.8.6~136^2~28 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=303fc3acea7f8202a9c807f9efce832b7c9eb4fb;p=xonotic%2Fxonotic-data.pk3dir.git strafehud: remove 0.8.2 compatibility cvars --- diff --git a/qcsrc/client/hud/panel/strafehud.qc b/qcsrc/client/hud/panel/strafehud.qc index 7124ee9af..3fc1355d5 100644 --- a/qcsrc/client/hud/panel/strafehud.qc +++ b/qcsrc/client/hud/panel/strafehud.qc @@ -25,17 +25,6 @@ int direction; float GeomLerp(float a, float _lerp, float b); // declare GeomLerp here since there's no header file for it -// provide basic panel cvars to old clients -// TODO remove them after a future release (0.8.2+) -noref string autocvar_hud_panel_strafehud_pos = "0.320000 0.570000"; -noref string autocvar_hud_panel_strafehud_size = "0.360000 0.020000"; -noref string autocvar_hud_panel_strafehud_bg = "0"; -noref string autocvar_hud_panel_strafehud_bg_color = ""; -noref string autocvar_hud_panel_strafehud_bg_color_team = ""; -noref string autocvar_hud_panel_strafehud_bg_alpha = "0.7"; -noref string autocvar_hud_panel_strafehud_bg_border = ""; -noref string autocvar_hud_panel_strafehud_bg_padding = ""; - void HUD_StrafeHUD() { entity strafeplayer;