]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
actually draw the freezetag text too :P
authorFruitieX <fruitiex@gmail.com>
Tue, 30 Nov 2010 14:36:18 +0000 (16:36 +0200)
committerFruitieX <fruitiex@gmail.com>
Tue, 30 Nov 2010 14:36:18 +0000 (16:36 +0200)
qcsrc/menu/xonotic/dialog_multiplayer_create_mapinfo.c

index 10bd56bf34f084c7a0486f9abbe7763a38cf4b58..5664eee0abc16b45fefbe39dc12c19a61cddd97f 100644 (file)
@@ -148,6 +148,8 @@ void XonoticMapInfoDialog_fill(entity me)
                        me.typeCTSLabel = e;
                me.TD(me, 1, wgt, e = makeXonoticTextLabel(0, "Nexball"));
                        me.typeNexballLabel = e;
+               me.TD(me, 1, wgt, e = makeXonoticTextLabel(0, "Freezetag"));
+                       me.typeFreezetagLabel = e;
 
        me.gotoRC(me, me.rows - 2, 0);
                me.TD(me, 1, me.columns, e = makeXonoticTextLabel(0.5, ""));