X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fpanel%2Fscore.qc;h=10aec79ff6939f663dea3139994111e894a21f8c;hp=525bf614b8be11e0cd01c075ec857b61c2937090;hb=06a08d0c6b573f2562297147171aff3d990fa42d;hpb=0aa7cb88f50114ef8b87f7b7e2efc07641ee050f diff --git a/qcsrc/client/hud/panel/score.qc b/qcsrc/client/hud/panel/score.qc index 525bf614b..10aec79ff 100644 --- a/qcsrc/client/hud/panel/score.qc +++ b/qcsrc/client/hud/panel/score.qc @@ -10,6 +10,12 @@ // Score (#7) +void HUD_Score_Export(int fh) +{ + // allow saving cvars that aesthetically change the panel into hud skin files + HUD_Write_Cvar("hud_panel_score_rankings"); +} + void HUD_Score_Rankings(vector pos, vector mySize, entity me) { float score;