From c085f0098f6d56bd192d722c6656ec2dd6ec1744 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Sun, 25 May 2025 16:53:31 -0400 Subject: [PATCH] Oops --- src/k_hud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_hud.cpp b/src/k_hud.cpp index aa963501b..9719424a1 100644 --- a/src/k_hud.cpp +++ b/src/k_hud.cpp @@ -3345,7 +3345,7 @@ static void K_drawKartDuelScores(void) younum = younum.colorize(SKINCOLOR_GOLD); } - foenum.text("{}", foe->duelscore) + foenum.text("{}", foe->duelscore); younum.text("{}", stplyr->duelscore); // minirankings shamelessly copypasted because i know that shit works already