]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_hudpanel_score.qc
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_hudpanel_score.qc
index f04ca30da9397f358055366fa8bb726398847078..af6f5402149a8f096d642c710a14b4db68a62b1f 100644 (file)
@@ -12,11 +12,11 @@ void XonoticHUDScoreDialog_fill(entity me)
        DIALOG_HUDPANEL_COMMON();
 
        me.TR(me);
-               me.TD(me, 1, 4, e = makeXonoticTextLabel(0, _("Score:")));
+       me.TD(me, 1, 4, e = makeXonoticTextLabel(0, _("Score:")));
        me.TR(me);
-               me.TDempty(me, 0.2);
-               me.TD(me, 1, 1.2, e = makeXonoticTextLabel(0, _("Rankings:")));
-               me.TD(me, 1, 2.6/3, e = makeXonoticRadioButton(1, "hud_panel_score_rankings", "0", _("Off")));
-               me.TD(me, 1, 2.6/3, e = makeXonoticRadioButton(1, "hud_panel_score_rankings", "1", _("And me")));
-               me.TD(me, 1, 2.6/3, e = makeXonoticRadioButton(1, "hud_panel_score_rankings", "2", _("Pure")));
+       me.TDempty(me, 0.2);
+       me.TD(me, 1, 1.2, e = makeXonoticTextLabel(0, _("Rankings:")));
+       me.TD(me, 1, 2.6 / 3, e = makeXonoticRadioButton(1, "hud_panel_score_rankings", "0", _("Off")));
+       me.TD(me, 1, 2.6 / 3, e = makeXonoticRadioButton(1, "hud_panel_score_rankings", "1", _("And me")));
+       me.TD(me, 1, 2.6 / 3, e = makeXonoticRadioButton(1, "hud_panel_score_rankings", "2", _("Pure")));
 }