]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix to shut matthiaskrgr up
authorSamual Lenks <samual@xonotic.org>
Sat, 21 Dec 2013 09:13:39 +0000 (04:13 -0500)
committerSamual Lenks <samual@xonotic.org>
Sat, 21 Dec 2013 09:13:39 +0000 (04:13 -0500)
qcsrc/menu/xonotic/dialog_multiplayer_profile.c

index 3ce19b9b8497541fc87b89f00524c394f027d71d..130f8b5b0fb3792dd9adef40fe3ee9b5eba1cdc4 100644 (file)
@@ -67,8 +67,9 @@ void XonoticProfileTab_fill(entity me)
                me.TD(me, 1, 3, e = makeXonoticTextLabel(0.5, _("Player Statistics")));
                        e.isBold = TRUE;
                        e.alpha = 0.5;
+
        me.TR(me);
-               me.TD(me, 11, 3, e = makeXonoticStatsList());
+               me.TD(me, 11, 3, statslist = makeXonoticStatsList());
 
 
        me.gotoRC(me, 0.5, 3.2); me.setFirstColumn(me, me.currentColumn);