X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fhud.cpp;h=1791e04df6a1b9963e681b59485a6da281be3508;hb=a049e8267fabd101cb5c6528b3270214cb0647f0;hp=8ada65274730805a4ee49319077c4ffcb341cd42;hpb=1942660955bc3684a60d527e2fafa0ec3e02dd54;p=dragonfireclient.git diff --git a/src/hud.cpp b/src/hud.cpp index 8ada65274..1791e04df 100644 --- a/src/hud.cpp +++ b/src/hud.cpp @@ -27,6 +27,9 @@ const struct EnumString es_HudElementType[] = {HUD_ELEM_STATBAR, "statbar"}, {HUD_ELEM_INVENTORY, "inventory"}, {HUD_ELEM_WAYPOINT, "waypoint"}, + {HUD_ELEM_IMAGE_WAYPOINT, "image_waypoint"}, + {HUD_ELEM_COMPASS, "compass"}, + {HUD_ELEM_MINIMAP, "minimap"}, {0, NULL}, }; @@ -39,10 +42,14 @@ const struct EnumString es_HudElementStat[] = {HUD_STAT_TEXT, "text"}, {HUD_STAT_NUMBER, "number"}, {HUD_STAT_ITEM, "item"}, + {HUD_STAT_ITEM, "precision"}, {HUD_STAT_DIR, "direction"}, {HUD_STAT_ALIGN, "alignment"}, {HUD_STAT_OFFSET, "offset"}, {HUD_STAT_WORLD_POS, "world_pos"}, + {HUD_STAT_SIZE, "size"}, + {HUD_STAT_Z_INDEX, "z_index"}, + {HUD_STAT_TEXT2, "text2"}, {0, NULL}, };