mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-05 22:42:54 +00:00
Merge branch 'more-cup-icon-offsets' into 'master'
Adjusted cup icon offsets See merge request KartKrew/Kart!1567
This commit is contained in:
commit
6e58232001
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