From b304b4aae7a614144ec2875e32f234ef9f5da11d Mon Sep 17 00:00:00 2001 From: FruitieX Date: Wed, 7 Jul 2010 21:08:46 +0300 Subject: [PATCH] use drawcolorcodedstring_aspect in the vote window --- qcsrc/client/hud.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 4a5630f83..71cce610e 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -3546,8 +3546,8 @@ void HUD_VoteWindow(void) drawstring_aspect(pos, s, eX * mySize_x + eY * (2/8) * mySize_y, '1 1 1', a * panel_fg_alpha, DRAWFLAG_NORMAL); s = textShortenToWidth(vote_called_vote, mySize_x, '1 1 0' * mySize_y * (1.75/8), stringwidth_colors); if(autocvar__hud_configure) - s = "Configure the HUD"; - drawstring_aspect(pos + eY * (2/8) * mySize_y, s, eX * mySize_x + eY * (1.75/8) * mySize_y, '1 1 1', a * panel_fg_alpha, DRAWFLAG_NORMAL); + s = "^1Configure the HUD"; + drawcolorcodedstring_aspect(pos + eY * (2/8) * mySize_y, s, eX * mySize_x + eY * (1.75/8) * mySize_y, a * panel_fg_alpha, DRAWFLAG_NORMAL); // print the yes/no counts s = strcat("Yes (", getcommandkey("not bound", "vyes"), "): ", ftos(vote_yescount)); -- 2.39.2