summaryrefslogtreecommitdiff
path: root/src/hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hud.h')
-rw-r--r--src/hud.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hud.h b/src/hud.h
index 00e44dd80..54b7e7f36 100644
--- a/src/hud.h
+++ b/src/hud.h
@@ -46,7 +46,7 @@ enum HudElementType {
};
enum HudElementStat {
- HUD_STAT_POS,
+ HUD_STAT_POS = 0,
HUD_STAT_NAME,
HUD_STAT_SCALE,
HUD_STAT_TEXT,