diff options
Diffstat (limited to 'src/hud.cpp')
-rw-r--r-- | src/hud.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hud.cpp b/src/hud.cpp index 8ada65274..7711e3a4a 100644 --- a/src/hud.cpp +++ b/src/hud.cpp @@ -43,6 +43,8 @@ const struct EnumString es_HudElementStat[] = {HUD_STAT_ALIGN, "alignment"}, {HUD_STAT_OFFSET, "offset"}, {HUD_STAT_WORLD_POS, "world_pos"}, + {HUD_STAT_SIZE, "size"}, + {HUD_STAT_Z_INDEX, "z_index"}, {0, NULL}, }; |