diff --git a/src/k_podium.cpp b/src/k_podium.cpp index 9c4d328fe..103640d02 100644 --- a/src/k_podium.cpp +++ b/src/k_podium.cpp @@ -551,6 +551,12 @@ void podiumData_s::Draw(void) if (i > 0) { + drawer_line + .xy(-88, 6) + .width(304) + .height(2) + .fill(31); + lvl = &rank.levels[i - 1]; if (lvl->id > 0) @@ -747,6 +753,10 @@ void podiumData_s::Draw(void) drawer_totals_right = drawer_totals_right.x( transition_i * BASEVIDWIDTH ); } + drawer_totals_left + .xy(8.0, 8.0) + .patch("R_RTPBR"); + skincolornum_t continuesColor = SKINCOLOR_NONE; if (rank.continuesUsed == 0) {