summaryrefslogtreecommitdiff
path: root/src/game/client/components/hud.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/hud.cpp')
-rw-r--r--src/game/client/components/hud.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/client/components/hud.cpp b/src/game/client/components/hud.cpp
index fe45c20d8..437dd0c79 100644
--- a/src/game/client/components/hud.cpp
+++ b/src/game/client/components/hud.cpp
@@ -612,10 +612,10 @@ void CHud::RenderVoting()
m_pClient->m_pBinds->GetKey("vote no", aBufNo, sizeof(aBufNo));
str_format(aBuf, sizeof(aBuf), "%s - %s", aBufYes, Localize("Vote yes"));
Base.y += Base.h+1;
- UI()->DoLabel(&Base, aBuf, 6.0f, CUI::ALIGN_LEFT);
+ UI()->DoLabel(&Base, aBuf, 6.0f, TEXTALIGN_LEFT);
str_format(aBuf, sizeof(aBuf), "%s - %s", Localize("Vote no"), aBufNo);
- UI()->DoLabel(&Base, aBuf, 6.0f, CUI::ALIGN_RIGHT);
+ UI()->DoLabel(&Base, aBuf, 6.0f, TEXTALIGN_RIGHT);
}
void CHud::RenderCursor()