Fix lives/stats icon not adjusting based on layout

This commit is contained in:
NepDisk 2025-11-17 13:05:39 -05:00
parent c09406f349
commit 1af33b1ff4

View file

@ -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())
{