mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
OVERSIGHT: Challenges board should be checking locked courses for M_DrawChallengePreview, too
This commit is contained in:
parent
e1d0db1175
commit
8f2c8b4a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -6406,7 +6406,7 @@ static void M_DrawChallengePreview(INT32 x, INT32 y)
|
|||
templevelsearch.cupmode = true;
|
||||
templevelsearch.timeattack = false;
|
||||
templevelsearch.tutorial = false;
|
||||
templevelsearch.checklocked = false;
|
||||
templevelsearch.checklocked = true;
|
||||
|
||||
M_DrawCupPreview(146, &templevelsearch);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue