]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qh
remove radar size/pos stuff from menu, as well as the cvars. Make radar code use...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qh
index 5aaa750790903a3291675bad6ab10d1dbc11b671..e3c0c9a973dd850ebac7b144781a514f4aa1e50b 100644 (file)
@@ -1,9 +1,5 @@
-void CSQC_kh_hudreset();
-void CSQC_kh_hud();
-void CSQC_ctf_hudreset();
-void CSQC_ctf_hud();
-void CSQC_nb_hud();
-void CSQC_race_hud();
+float panel_cnt = 12; // NOTE: IDs start from 0!
+
 const float BORDER_MULTIPLIER = 0.25;
 float hud_color_bg_team;
 float scoreboard_bottom;
@@ -20,7 +16,8 @@ float weapontime;
 float teamnagger;
 float hud_alpha_fg;
 float hud_alpha_bg;
-float hud_hudselector;
 float hud_accuracy_hud;
 float hud_border_thickness;
 float hud_accuracy_border_thickness;
+
+float hud_configure;