mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_DrawCupSelect: Fix regression for S3K monitor graphic alignment
This commit is contained in:
parent
e943ba7548
commit
f2f8a10bd0
1 changed files with 1 additions and 1 deletions
|
|
@ -2184,7 +2184,7 @@ void M_DrawCupSelect(void)
|
|||
{
|
||||
monitor = '0' + templevelsearch.cup->monitor;
|
||||
|
||||
if (templevelsearch.cup->monitor == '2')
|
||||
if (monitor == '2')
|
||||
{
|
||||
icony = 5;
|
||||
rankx = 2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue