mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 07:22:10 +00:00
Fix goofup with addonsp patch unlock for loop from 2.1.13 merge
This commit is contained in:
parent
974e3aa4f2
commit
811c82ba47
1 changed files with 1 additions and 1 deletions
|
|
@ -4839,7 +4839,7 @@ static void M_Addons(INT32 choice)
|
||||||
if (addonsp[0]) // never going to have some provided but not all, saves individually checking
|
if (addonsp[0]) // never going to have some provided but not all, saves individually checking
|
||||||
{
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
for (i = 0; i < NUM_EXT+4; i++)
|
for (i = 0; i < NUM_EXT+5; i++)
|
||||||
W_UnlockCachedPatch(addonsp[i]);
|
W_UnlockCachedPatch(addonsp[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue