Adjusted cup icon offsets

Made the Chaotix Monitor & Sonic Advance capsule cup icons have proper icon offsets.
This commit is contained in:
VelocitOni 2023-10-19 12:24:08 -04:00
parent 2ab6710e29
commit 645a6df765

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;
}
}
}