]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qh
Center icon when item has no time
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qh
index 8e0b965860a199b0b0bcd09e95e763aa43997d0a..0bd85defc4631be66347671053794e1307ad8522 100644 (file)
@@ -162,6 +162,7 @@ int prev_p_health, prev_p_armor;
        HUD_PANEL(CENTERPRINT  , HUD_CenterPrint  , centerprint)                                                                                                                \
        HUD_PANEL(BUFFS        , HUD_Buffs        , buffs) \
        HUD_PANEL(MAPVOTE      , MapVote_Draw     , mapvote) \
+       HUD_PANEL(ITEMSTIME    , HUD_ItemsTime    , itemstime) \
        // always add new panels to the end of list
 
 #define HUD_PANEL(NAME, draw_func, name)                                                                                                                                                       \