summaryrefslogtreecommitdiff
path: root/src/hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hud.h')
-rw-r--r--src/hud.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hud.h b/src/hud.h
index 274a669c4..7a1dff3d8 100644
--- a/src/hud.h
+++ b/src/hud.h
@@ -47,7 +47,8 @@ enum HudElementStat {
HUD_STAT_TEXT,
HUD_STAT_NUMBER,
HUD_STAT_ITEM,
- HUD_STAT_DIR
+ HUD_STAT_DIR,
+ HUD_STAT_ALIGN
};
struct HudElement {
@@ -59,6 +60,7 @@ struct HudElement {
u32 number;
u32 item;
u32 dir;
+ v2f align;
};