From eebb73e7d984f324aee16bd65db7e50e103ea652 Mon Sep 17 00:00:00 2001 From: TimePath Date: Sun, 14 Dec 2014 14:13:13 +1100 Subject: [PATCH 1/1] Fix entering HUD editor from main menu --- qcsrc/menu/xonotic/mainwindow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/menu/xonotic/mainwindow.c b/qcsrc/menu/xonotic/mainwindow.c index c0dd6388d..6eba4f7a7 100644 --- a/qcsrc/menu/xonotic/mainwindow.c +++ b/qcsrc/menu/xonotic/mainwindow.c @@ -148,7 +148,6 @@ void MainWindow_configureMainWindow(entity me) me.addItemCentered(me, i, i.intendedWidth * eX + i.intendedHeight * eY, SKINALPHAS_MAINMENU_z); me.hudconfirmDialog = i = spawnXonoticHUDConfirmDialog(); - me.languageWarningDialog = i = spawnXonoticLanguageWarningDialog(); i.configureDialog(i); me.addItemCentered(me, i, i.intendedWidth * eX + i.intendedHeight * eY, SKINALPHAS_MAINMENU_z); -- 2.39.2