]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
Merge remote branch 'origin/divVerent/menu-imprOOvements' into fruitiex/newpanelhud_s...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index b52931e60ed876f27ca471a770db52a3369b7fb8..056e9a251f7851a4ca5db1724bad1026eb0486b9 100644 (file)
@@ -580,6 +580,7 @@ float HUD_PANEL_VOTE                = 9;
 float HUD_PANEL_MODICONS       = 10;
 float HUD_PANEL_PRESSEDKEYS    = 11;
 float HUD_PANEL_CHAT           = 12;
-float HUD_PANEL_NUM            = 13;
+float HUD_PANEL_ENGINEINFO     = 13;
+float HUD_PANEL_NUM            = 14; // always last panel id + 1, please increment when adding a new panel
 
 float HUD_MENU_ENABLE          = 0;