OVERSIGHT: Challenges board should be checking locked courses for M_DrawChallengePreview, too

This commit is contained in:
toaster 2024-01-07 14:47:03 +00:00
parent e1d0db1175
commit 8f2c8b4a5d

View file

@ -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);