]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Main autocvar isn't used by the quick menu panel, remove it from the menu dialog
authorterencehill <piuntn@gmail.com>
Tue, 6 Dec 2011 17:13:11 +0000 (18:13 +0100)
committerterencehill <piuntn@gmail.com>
Tue, 6 Dec 2011 17:13:11 +0000 (18:13 +0100)
qcsrc/menu/xonotic/dialog_hudpanel_quickmenu.c

index 4aed758a56e2bdca248185c3b220b3ade0069624..16c33373e01b64f14ee9ba3c44bc9acfaa90ca14 100644 (file)
@@ -16,7 +16,7 @@ void XonoticHUDQuickMenuDialog_fill(entity me)
        entity e;
        string panelname = "quickmenu";
 
-       DIALOG_HUDPANEL_COMMON();
+       DIALOG_HUDPANEL_COMMON_NOTOGGLE();
 
        me.TR(me);
                me.TD(me, 1, 4, e = makeXonoticTextLabel(0, _("Text alignment:")));