Fix copypaste typo for M_MapLocked

This commit is contained in:
toaster 2022-12-13 16:15:48 +00:00
parent fc6eff65c2
commit 0ef95875fa

View file

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