Merge branch 'more-cup-icon-offsets' into 'master'

Adjusted cup icon offsets

See merge request KartKrew/Kart!1567
This commit is contained in:
toaster 2023-10-19 16:25:21 +00:00
commit 6e58232001

View file

@ -2660,12 +2660,20 @@ void M_DrawCupSelect(void)
if (monitor == '2')
{
icony = 5;
icony = 5; // by default already 7px down, so this is really 2px further up
}
else if (monitor == '3')
{
icony = 6;
}
}
else
{
monitor = 'A' + (templevelsearch.cup->monitor - 10);
if (monitor == 'X')
{
icony = 11;
}
}
}