Fix lives/stats icon not adjusting based on layout
This commit is contained in:
parent
c09406f349
commit
1af33b1ff4
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue