mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Adjusted cup icon offsets
Made the Chaotix Monitor & Sonic Advance capsule cup icons have proper icon offsets.
This commit is contained in:
parent
2ab6710e29
commit
645a6df765
1 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue