]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_hudpanel_modicons.qc
Menu Xonstats date format: allow changing it in other languages; display cardinal...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_hudpanel_modicons.qc
index 53cad1a930383ca693df2d8c5aa2419255df556b..5023d7a2d900fabdcc92e2e7e6613d905fe6a15f 100644 (file)
@@ -4,8 +4,10 @@
 
 void XonoticHUDModIconsDialog_fill(entity me)
 {
-       entity e;
+       //entity e;
        string panelname = "modicons";
 
-       DIALOG_HUDPANEL_COMMON();
+       dialog_hudpanel_main_checkbox(me, panelname);
+
+       dialog_hudpanel_main_settings(me, panelname);
 }