projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be432ea
)
Fix entering HUD editor from main menu
author
TimePath <andrew.hardaker1995@gmail.com>
Sun, 14 Dec 2014 03:13:13 +0000
(14:13 +1100)
committer
TimePath <andrew.hardaker1995@gmail.com>
Sun, 14 Dec 2014 03:13:13 +0000
(14:13 +1100)
qcsrc/menu/xonotic/mainwindow.c
patch
|
blob
|
history
diff --git
a/qcsrc/menu/xonotic/mainwindow.c
b/qcsrc/menu/xonotic/mainwindow.c
index
c0dd638
..
6eba4f7
100644
(file)
--- 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);