From 1af33b1ff4870abcffcb8463c4af2b2c872de55b Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 17 Nov 2025 13:05:39 -0500 Subject: [PATCH] Fix lives/stats icon not adjusting based on layout --- src/k_hud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_hud.c b/src/k_hud.c index 0b2a8fdf5..106c7fa97 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -2648,7 +2648,7 @@ static void K_drawKartStatsnLives(void) INT32 offsetx = 0; INT32 offsety = 0; - if (cv_lives_xoffset.value != 0 || cv_lives_yoffset.value != 0) + if (cv_lives_xoffset.value == 0 || cv_lives_yoffset.value == 0) { if ((cv_newspeedometer.value == 0 || cv_newspeedometer.value == 2) && !K_RingsActive()) {