]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/menu/voret/mainwindow.c
More changes to the menu
[voretournament/voretournament.git] / data / qcsrc / menu / voret / mainwindow.c
index efee18845d25f434a7b6baadcfbbf47fd9ae4637..56a0dd7dac2d4faf58566f56f85eafa8f6795d30 100644 (file)
@@ -7,7 +7,7 @@ CLASS(MainWindow) EXTENDS(ModalController)
        ATTRIB(MainWindow, mapInfoDialog, entity, NULL)\r
        ATTRIB(MainWindow, userbindEditDialog, entity, NULL)\r
        ATTRIB(MainWindow, winnerDialog, entity, NULL)\r
-       ATTRIB(MainWindow, radarDialog, entity, NULL)\r
+       ATTRIB(MainWindow, hudDialog, entity, NULL)\r
        ATTRIB(MainWindow, serverInfoDialog, entity, NULL)\r
        ATTRIB(MainWindow, cvarsDialog, entity, NULL)\r
        ATTRIB(MainWindow, mainNexposee, entity, NULL)\r
@@ -57,7 +57,7 @@ void configureMainWindowMainWindow(entity me)
        i.configureDialog(i);\r
        me.addItemCentered(me, i, i.intendedWidth * eX + i.intendedHeight * eY, SKINALPHAS_MAINMENU_z);\r
 \r
-       me.radarDialog = i = spawnVoretRadarDialog();\r
+       me.hudDialog = i = spawnVoretHudDialog();\r
        i.configureDialog(i);\r
        me.addItemCentered(me, i, i.intendedWidth * eX + i.intendedHeight * eY, SKINALPHAS_MAINMENU_z);\r
        \r