From: terencehill Date: Tue, 6 Dec 2011 17:13:11 +0000 (+0100) Subject: Main autocvar isn't used by the quick menu panel, remove it from the menu dialog X-Git-Tag: xonotic-v0.8.2~1987^2~55^2~21 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bc095970bd16a92f997c56a1666d250bc0fa76af;p=xonotic%2Fxonotic-data.pk3dir.git Main autocvar isn't used by the quick menu panel, remove it from the menu dialog --- diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_quickmenu.c b/qcsrc/menu/xonotic/dialog_hudpanel_quickmenu.c index 4aed758a5..16c33373e 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_quickmenu.c +++ b/qcsrc/menu/xonotic/dialog_hudpanel_quickmenu.c @@ -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:")));