]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove overkill toggle from menu (still show it in active mutators list)
authorMario <zacjardine@y7mail.com>
Wed, 17 Dec 2014 16:58:26 +0000 (03:58 +1100)
committerMario <zacjardine@y7mail.com>
Wed, 17 Dec 2014 16:58:26 +0000 (03:58 +1100)
qcsrc/menu/xonotic/dialog_multiplayer_create_mutators.c

index 9e8969ac0f77126ba163a16c7734685050356f8a..a22cde1af0d70165819a41087f2d7b2d7dfc1ef7 100644 (file)
@@ -255,9 +255,6 @@ void XonoticMutatorsDialog_fill(entity me)
                me.TDempty(me, 0.2);
                me.TD(me, 1, 1.8, e = makeXonoticRadioButton(1, "g_instagib", "1", _("InstaGib")));
                        e.cvarOffValue = "0";
-       me.TR(me);
-               me.TDempty(me, 0.2);
-               me.TD(me, 1, 2, e = makeXonoticRadioButton(1, "g_overkill", "1", _("Overkill")));
        me.TR(me);
                me.TDempty(me, 0.2);
                me.TD(me, 1, 1.8, e = makeXonoticRadioButton(1, "g_nix", "1", _("NIX")));