1
0
Fork 0
forked from aly/qstbak

muffin v6.27

This commit is contained in:
alydev 2025-10-18 23:54:48 +10:00
parent 1bcbf18654
commit 44d33a0b56
6 changed files with 59 additions and 21 deletions

View file

@ -534,7 +534,7 @@ internal sealed class GameFunctions
return Array.Empty<uint>();
}
List<uint> list = new List<uint>();
for (uint num = 0u; num < ptr->UnlockLinkBitmask.Length * 8; num++)
for (uint num = 0u; num < ptr->UnlockLinksBitArray.ByteLength * 8; num++)
{
if (ptr->IsUnlockLinkUnlocked(num))
{