aboutsummaryrefslogtreecommitdiff
path: root/src/hud.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hud.cpp')
-rw-r--r--src/hud.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hud.cpp b/src/hud.cpp
index 1791e04df..9bc8ca5a2 100644
--- a/src/hud.cpp
+++ b/src/hud.cpp
@@ -50,6 +50,8 @@ const struct EnumString es_HudElementStat[] =
{HUD_STAT_SIZE, "size"},
{HUD_STAT_Z_INDEX, "z_index"},
{HUD_STAT_TEXT2, "text2"},
+ {HUD_STAT_BOLD, "bold"},
+ {HUD_STAT_ITALIC, "italic"},
{0, NULL},
};