X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud.qh;h=77855ae3a3bfb2d7209c55d10212226300c81b0f;hb=f11945cad7803868cb2bf6e30c09e50449b944c9;hp=5aaa750790903a3291675bad6ab10d1dbc11b671;hpb=118ccbe88b886126fe05a8e2366b4a9ea42dc859;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/hud.qh b/qcsrc/client/hud.qh index 5aaa75079..77855ae3a 100644 --- a/qcsrc/client/hud.qh +++ b/qcsrc/client/hud.qh @@ -1,3 +1,5 @@ +float panel_cnt = 12; // NOTE: IDs start from 0! + void CSQC_kh_hudreset(); void CSQC_kh_hud(); void CSQC_ctf_hudreset(); @@ -20,7 +22,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;