mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix copypaste typo for M_MapLocked
This commit is contained in:
parent
fc6eff65c2
commit
0ef95875fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1052,7 +1052,7 @@ boolean M_MapLocked(INT32 mapnum)
|
|||
|
||||
for (i = 0; i < MAXUNLOCKABLES; ++i)
|
||||
{
|
||||
if (unlockables[i].type != SECRET_CUP)
|
||||
if (unlockables[i].type != SECRET_MAP)
|
||||
continue;
|
||||
if (M_UnlockableMapNum(&unlockables[i]) != mapnum-1)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue