From 0ea4f8c98afe5adb8834f09524e1caf5d43e0e7b Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Thu, 22 Feb 2024 10:58:51 -0500 Subject: [PATCH] Add fill backing to podium --- src/k_podium.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) {