From 79c5bd033126076f7090a7b80efa0428fe984ac1 Mon Sep 17 00:00:00 2001 From: Night Owl Date: Mon, 24 Sep 2018 05:22:42 +0500 Subject: [PATCH] Fix separator position. --- cl_dll/scoreboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_dll/scoreboard.cpp b/cl_dll/scoreboard.cpp index 14aaa625..1eb9b135 100644 --- a/cl_dll/scoreboard.cpp +++ b/cl_dll/scoreboard.cpp @@ -182,7 +182,7 @@ int CHudScoreboard::Draw( float fTime ) list_slot += 1.2; ypos = ROW_TOP + ROW_RANGE_MIN + ( list_slot * ROW_GAP ); - xpos = NAME_RANGE_MIN + xpos_rel; + // xpos = NAME_RANGE_MIN + xpos_rel; if( cl_scoreboard_bg && cl_scoreboard_bg->value ) FillRGBA( xpos - 30, ypos, FAR_RIGHT + 24, 1, 255, 140, 0, 255 );