X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fpanel%2Fscore.qh;h=fa432ba1907c69b5454bbb05ea5791de481c5c8b;hb=91b14543fa55daae62bc3cbdb5d3b3e082a9c5c3;hp=6db88c68b39ee50fce1f8acce9c778465a3223ae;hpb=42e255d014f2c6a1871177ea511f630624cdfb57;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/hud/panel/score.qh b/qcsrc/client/hud/panel/score.qh index 6db88c68b..fa432ba19 100644 --- a/qcsrc/client/hud/panel/score.qh +++ b/qcsrc/client/hud/panel/score.qh @@ -1,2 +1,6 @@ #pragma once #include "../panel.qh" + +bool autocvar_hud_panel_score; +bool autocvar_hud_panel_score_dynamichud = true; +bool autocvar_hud_panel_score_rankings;